You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/04/06 18:54:32 UTC

DO NOT REPLY [Bug 7792] - 2.0.35 does not compile on Solaris

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7792>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7792

2.0.35 does not compile on Solaris





------- Additional Comments From andreas@netbank.com.br  2002-04-06 16:54 -------
-rpath NONE/libexec 
 
That's the problem I'm having too on linux. "$prefix" is being used instead of 
${prefix}, my build/config_vars.mk is being created incorrectly: 
(...) 
mandir = $exec_prefix/share/man 
libdir = ${exec_prefix}/lib 
(...) 
 
There is a difference :)