I'm Still Newbie in PHP😕
after finished with flex (don't search at gnu.org, this files was moved) & i finished configure php, but i have second problem
when i try to upgrade my apache to 2.0.43 and used php-4.2.3
i used configure like this
./configure --with-mysql --with-apxs2=.../apache2/bin/apxs
make
make install
...then add in htppd.conf :
LoadModule php4_module modules/libphp4.so
AddModule mod_php4.c
<IfModule mod_php4.c>
AddType application/x-httpd-php .php .phtml .php3
Addtype application/x-httpd-php3-source .phps
</IfModule>
and save it..
...then i try to restart apache with apachectl start
but i have problem like this
syntax error on line 232 of ../apache2/conf/httpd.conf:
cannot load .../apache2/modules/libphp4.so into server: .../apache2/modules/libphp4.so: undefined symbol:core_globals_id
hmm what wrong with this, any1 can help me.
thank's b4
echor