Hi everyone,
I didn't solve this Configure Problem. Please Help me
I installed Apache 2.0.54 on Solaris 8
and Configured php-4.4.0 using this Script
./configure \
--with-apxs2=/usr/local/apache/bin/apxs \
--with-oci8=/export/home/oracle/OraHome8i \
--with-ftp \
--with-gd \
--disable-debug \
--enable-trans-sid \
--enable-track-vars \
--with-language=korean \
--with-jpeg-dir=/usr/local \
--with-zlib-dir=/usr/local \
--with-charset=euc-kr
then It gives me this message
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking for mod_charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS...
Sorry, I cannot run apxs. Possible reasons follow:
- Perl is not installed
- apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
- Apache was not built using --enable-so (the apxs usage page is displayed)
The output of /usr/local/apache/bin/apxs follows:
ld.so.1: /usr/local/apache/bin/httpd: fatal: libclntsh.so.9.0: open failed: No such file or directory
apxs:Error: Sorry, no DSO support for Apache available
apxs:Error: under your platform. Make sure the Apache
apxs:Error: module mod_so is compiled into your server
apxs:Error: binary `/usr/local/apache/bin/httpd'.
configure: error: Aborting
but I Installed ActivePerl-5.8.7.813-sun4-solaris and I didn't insert wrong path about apxs and I built Apache with --enable-so option
How can I solve this problem?
I need your help.
thank you very much