Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: dev

Issue 218 in cherokee: Cannot determine absolute directory name of `cherokee/cherokee'

 

 

Cherokee dev RSS feed   Index | Next | Previous | View Threaded


codesite-noreply at google

Nov 13, 2008, 5:06 AM

Post #1 of 7 (1703 views)
Permalink
Issue 218 in cherokee: Cannot determine absolute directory name of `cherokee/cherokee'

Issue 218: Cannot determine absolute directory name of `cherokee/cherokee'
http://code.google.com/p/cherokee/issues/detail?id=218

New issue report by kopdk1:
Step to reproduce
As root
1) ./configure
2) make

What is the expected output? What do you see instead?
I dont expect errors like this:

make[2]: Entering directory `/tmp/cherokee/cherokee'
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2
-export-symbols-regex "^[^_].*" -version-info 0:1:0 -o
libcherokee-config.la -rpath /usr/local/lib connection_info.lo
admin_client.lo -lpthread -D_REENTRANT libcherokee-base.la
libcherokee-client.la libcherokee-server.la -ldl
../libtool: line 3232: cd: cherokee/cherokee: No such file or directory
libtool: link: warning: cannot determine absolute directory name of
`cherokee/cherokee'
grep: cherokee/cherokee/libcherokee-base.la: No such file or directory
/bin/sed: can't read cherokee/cherokee/libcherokee-base.la: No such file or
directory
libtool: link: `cherokee/cherokee/libcherokee-base.la' is not a valid
libtool archive
make[2]: *** [libcherokee-config.la] Error 1
make[2]: Leaving directory `/tmp/cherokee/cherokee'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/cherokee'
make: *** [all] Error 2

What version of the product are you using? On what operating system?

Cherokee version 0.10.1 on CentOs 5.2




Issue attributes:
Status: New
Owner: ----

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 13, 2008, 5:13 AM

Post #2 of 7 (1667 views)
Permalink
Issue 218 in cherokee: Cannot determine absolute directory name of `cherokee/cherokee' [In reply to]

Issue 218: Cannot determine absolute directory name of `cherokee/cherokee'
http://code.google.com/p/cherokee/issues/detail?id=218

Comment #1 by alobbs:
That's weird, actually.
Could you please "make distclean all"?



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 13, 2008, 6:28 AM

Post #3 of 7 (1666 views)
Permalink
Issue 218 in cherokee: Cannot determine absolute directory name of `cherokee/cherokee' [In reply to]

Issue 218: Cannot determine absolute directory name of `cherokee/cherokee'
http://code.google.com/p/cherokee/issues/detail?id=218

Comment #2 by kopdk1:
The last lines from output when run: make distclean all

make[1]: Leaving directory `/tmp/cherokee'
rm -f config.status config.cache config.log configure.lineno
config.status.lineno
rm -f Makefile
cd . && /bin/sh ./config.status config.h
/bin/sh: ./config.status: No such file or directory
make: *** [stamp-h1] Error 127


The attached files is the output on screen for the commands:

./configure 2>&1 |tee cherokee_configure.log
make 2>&1 |tee cherokee_make.log


Attachments:
cherokee_configure.log.gz 3.9 KB
cherokee_make.log.gz 10.4 KB



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 18, 2008, 4:26 AM

Post #4 of 7 (1651 views)
Permalink
Issue 218 in cherokee: Cannot determine absolute directory name of `cherokee/cherokee' [In reply to]

Issue 218: Cannot determine absolute directory name of `cherokee/cherokee'
http://code.google.com/p/cherokee/issues/detail?id=218

Comment #3 by alobbs:
It uses the following header inclusion parameters while compiling
handler_dbslayer.c:

-I. -I.. -I.. -D_REENTRANT -I/usr/include/mysql

but, it fails because of the error:

handler_dbslayer.h:34:19: error: mysql.h: No such file or directory

That pushes me to wonder whether /usr/include/mysql/mysql.h is present in
your system. Could you please check it out? On Ubuntu the inclusion path
is the
same and the header is indeed present:

----------
$ mysql_config --cflags
-I/usr/include/mysql -DBIG_JOINS=1

$ ls -l /usr/include/mysql/mysql.h
-rw-r--r-- 1 root root 33759 2008-03-19 21:57 /usr/include/mysql/mysql.h
----------



Issue attribute updates:
Owner: alobbs

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 27, 2008, 3:53 AM

Post #5 of 7 (1616 views)
Permalink
Issue 218 in cherokee: Cannot determine absolute directory name of `cherokee/cherokee' [In reply to]

Comment #4 on issue 218 by kopdk1: Cannot determine absolute directory name
of `cherokee/cherokee'
http://code.google.com/p/cherokee/issues/detail?id=218

After installing mysql-devel I can install without problems


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 27, 2008, 3:59 AM

Post #6 of 7 (1614 views)
Permalink
Issue 218 in cherokee: Cannot determine absolute directory name of `cherokee/cherokee' [In reply to]

Updates:
Status: Invalid

Comment #5 on issue 218 by alobbs: Cannot determine absolute directory name
of `cherokee/cherokee'
http://code.google.com/p/cherokee/issues/detail?id=218

I'm closing it then..

Cheers! :-)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 25, 2009, 11:42 PM

Post #7 of 7 (1076 views)
Permalink
Re: Issue 218 in cherokee: Cannot determine absolute directory name of `cherokee/cherokee' [In reply to]

Comment #6 on issue 218 by mobileweb: Cannot determine absolute directory
name of `cherokee/cherokee'
http://code.google.com/p/cherokee/issues/detail?id=218

most likely dbslayer requires a mysql-c connector:

More specifically you need to have the MySQL Connector/C (libmysql)
MySQL Connector/C 6.0 — Generally Available (GA) release
— A client library for C development available from mysql download

to install the MSSQL Connector from source requires its own dependency of
cmake :
http://www.cmake.org/cmake/resources/software.html








--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev

Cherokee dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.