Hi

I am trying to compile php 4.0.4pl1 on HPUX-11 with oracle and I seems to have 
some
problems loading the module with Apache. The compilation looks fine but when I 
try to
start Apache with php 4, I have the following error message:

# /usr/local/apache/bin/apachectl startssl
/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: 
/usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
Syntax error on line 247 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: Exec format error
/usr/local/apache/bin/apachectl startssl: httpd could not be started


Do somebody know how to make it work?
Here is the configuration I use:

./configure  \
        --with-apxs=/usr/local/apache/bin/apxs \
        --with-config-file-path=/usr/local/lib \
        --enable-libgcc \
        --enable-debug=no \
        --enable-safe-mode \
        --with-exec-dir=/usr/bin \
        --with-msql=/usr/local/Hughes  \
        --with-mysql=/usr/local/MySQL \
        --with-oci8=/local/oracle \
        --with-jpeg-dir=/usr/local \
        --with-xpm-dir=/usr \
        --with-gd=/usr/local \
        --with-zlib \
        --with-ftp \
        --with-hyperwave \
        --with-wddx \
        --with-xml \
        --enable-sysvsem \
        --enable-sysvshm \
        --enable-sockets \
        --enable-short-tags=no \
        --with-system-regex

Thanks for your help

Louis.
-- 
Louis-Marius Pineau               | Email: [EMAIL PROTECTED]
Analyste de systèmes              | WWW:   http://www.teluq.uquebec.ca/~lpineau
Télé-Université                   | Tel: (418) 657-2747 ext. 5295
455 rue de l'Église, CP 4800      | Fax: (418) 657-2094
Québec, Québec, Canada, G1K 9H5
-------------------------------------------------------------------------------



--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to