hi everyone,
i just build PHP as a static module.
here is the command line i entered :
./configure --with-mysql --with-gd --with-sybase_ct=/opt/sybase-11.9.2/ --with-config-file-path=/etc/php_static --with-ldap --with-imap=/home/archives/IMAP/imap-2001.RELEASE-CANDIDATE.1/ --enable-ftp --with-oci8=/oracle/8.1.7
After 'make' and 'make install' everything seems to be OK: being ROOT i try 'php -v' answer -> 4.0.6
But every user get the following error by trying this (php -v)
Instruction illégale (core dumped)
I checked the path to be sure that users and root are using the same php file....the path is good setted
Anyone got any idea ?