[PHP-DEV] Bug #2575: Can't make libphp3.so From: a.kreicy <email protected>
Date: 10/20/99

From: a.kreicy <email protected>
Operating system: LINUX
PHP version: 3.0.12
PHP Bug Type: Installation problem
Bug description: Can't make libphp3.so

when i make and make install php it all works fine..no errors,nothing.make test also works great.
BUT there is no and there never has been generated a file named libphp3.so which i need to run php on my server.
so i check out the Makefile..lokks ok to me.
# make libphp3.so
c -o libphp3.so -I. -I. ./mod_php3.c libmodphp3-so.a -lm -ldl -Lpcrelib -lpc
re
make: c: Command not found
make: [libphp3.so] Error 127 (ignored)

this is the one thing not working but the main thig for having php on my server..

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>