You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Selim Seynur <Se...@entrust.com> on 2003/12/19 03:10:48 UTC

[users@httpd] Apache 2.0.48 compilation

Hi,
I am trying to build Apache 2.0.48 on HPUX 11i PARISC platform.  I want to
link the "httpd" executable with libCsup.sl and libcl.sl.  I tried the
following ways to configure but none of them gave me the result:
 
LIBS="-lCsup -lcl" ./configure ......
EXTRA_LIBS="-lCsup -lcl" ./configure ......
LIBS="-lCsup" EXTRA_LIBS="-lcl" ./configure ......
LIBS="/usr/lib/libcl.sl /usr/lib/libCsup.sl" ./configure .....
 
But after building and installing Apache, none of them linked the 'httpd'
executable with libCsup.sl or libcl.sl
Am I missing something?
Any help is greatly appreciated.
Thanks in advance.
 
- Selim