Re: [PHP-INSTALL] Calling script

2005-03-22 Thread Michael
That happens if your server is not configured to use PHP to parse .php (or whatever extension) files. If the code is syntax-highlighted, then the server is passing the code through php, but is misconfigured. Is the code syntax-highlighted, and what server are you using? Larry Mullis wrote:

Re: [PHP-INSTALL] Make error

2005-03-22 Thread Michael
Try using the option --with-mysql=/opt/sfw/mysql (remove the end slash). It looks to me as though the configure script is appending "/lib/mysql/.libs/libmysqlclient.so" to the end of the mysql path. Plantier, Spencer wrote: I am new to unix and need to get snort running asap. Any help from this

[PHP-INSTALL] help for cygwin compilation on NT

2005-03-22 Thread Uwe Galle
Hi, who can provide some help for compiling PHP 5.0.3 with cygwin (on Windows NT)? Because there is a hint for cygwin users in the chapter "Building from source" in the PHP manual (http://www.php.net/manual/de/install.windows.building.php) building with cygwin should be possible. - The first

[PHP-INSTALL] Calling script

2005-03-22 Thread Larry Mullis
When I call a php script, the code is returned. What could be causing this?   Thanks, Larry Mullis

[PHP-INSTALL] Make error

2005-03-22 Thread Plantier, Spencer
I am new to unix and need to get snort running asap. Any help from this group would be appreciated. I was able to run this sucessfully: ./configure \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-mysql=/opt/sfw/mysql/ \ --with-mysql-sock=/tmp/mysql.sock \ --with-sqlite \ --enable-