I've recently upgraded my webserver for apache 2.0.47 with php 4.3.2 on a
solaris 9 box

My problem is... the buttons on the php pages don't work and I can't figure
why this is happening...

Apache compiled like:

./configure --prefix=/opt/apache
--activate-module=/opt/php/distribution/php-4.3.2/libs/libphp4.a
--enable-module=so
--with-ssl=/usr/local/ssl
--enable-ssl

I've compiled the PHP like:

./configure --prefix=/opt/php
--with-config-file-path=/opt/php/conf
--with-apache2=/opt/apache
--with-apxs2=/opt/apache/bin/apxs
--with-openssl=/usr/local/ssl
--enable-force-cgi-redirect
--disable-debug
--enable-pic
--enable-inline-optimizations
--with-ftp
--with-zlib
--enable-magic-quotes
--enable-safe-mode
--enable-sockets
--enable-track-vars
--enable-trans-sid
--enable-memory-limit
--enable-calendar
--enable-mbstring

I don't know if it is a compilation issue... but I can't see other option
beside this one. Thanks

Regards,
Miguel



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to