Re: [PHP-INST] Re: CGI Error and not able to load DLL error

2001-10-05 Thread Jeremy Wadsack
more about the problem. -- Jeremy Wadsack Wadsack-Allen Digital Group Isaac Insoll ([EMAIL PROTECTED]): > I am also having this CGI Error, how can i solve this problem > "Sridhar Moparthy" <[EMAIL PROTECTED]> wrote in message > 00c301c14514$ead67430$[EMAIL PROTECTED]

Re: [PHP-INST] linux 7 problems

2001-10-05 Thread Jeremy Wadsack
acheadmin reload Otherwise you can call the startup script, probably /etc/init.d/apache, /etc/init.d/httpd, /etc/rc.d/init.d/apache, or /etc/rc.d/init.d/httpd. Include the command line option 'reload': /etc/init.d/apache reload HTH -- Jeremy Wadsack Wadsack-Allen Digital Group -- PHP

Re: [PHP-INST] Can I get some help with adding gdlib support to my php installation??

2001-10-02 Thread Jeremy Wadsack
gt; enabled on my PHP build, in fact if I do a phpinfo() I get that the > compilation instructions are with-apache and with-mysql, and some other > things but not the gdlib support. Did you rebuild/recompile PHP? You need to add --with-gd (and maybe the path to the libraries) to your ./confi

Re: [PHP-INST] Apache PHP Module not working (everything else is) - HELP!!!

2001-09-25 Thread Jeremy Wadsack
that it's a conf thing in > httpd.conf (apache's def conf file) > can ANYONE help??? Did you add the AddHandler and AddType lines to your httpd.conf or srm.conf as described in the install.txt? -- Jeremy Wadsack Wadsack-Allen Digital Group -- PHP Install Mailing List (htt

Re: [PHP-INST] How to check for imap in pre-installation.

2001-09-25 Thread Jeremy Wadsack
(including what config options you need to rebuild it). -- Jeremy Wadsack Wadsack-Allen Digital Group -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-INST] MYSQL support

2001-09-22 Thread Jeremy Wadsack
Ashley M. Kirchner ([EMAIL PROTECTED]): > Jeremy Wadsack wrote: >> I've always had this "problem" with PHP/MySQL installs. And always >> used the --with-mysql setting to point to the only library installed >> on the system (which therefore matches t

Re: [PHP-INST] MYSQL support

2001-09-22 Thread Jeremy Wadsack
is is that some systems have a 'cleanup' routine that empties /tmp on startup/shutdown (since /tmp is supposed to be temporary) and thus deletes the symlink. It would be better if PHP configure could be told where to find the mysql.sock file, although I admit adding *more* options to PHP

Re: [PHP-INST] File download?

2001-09-21 Thread Jeremy Wadsack
e? Any help > is greatly appreciated Add the AddHandler to an Apache config file and kick the server. The line should look like this: AddHandler php-script .php And goes in srm.conf in old Apaches, httpd.conf in new ones. -- Jeremy Wadsack Wadsack-Allen Digital Group -- PHP Instal

Re: [PHP-INST] corel linux

2001-09-17 Thread Jeremy Wadsack
version of linux. The Apache configuration on Corel Linux (like most linux) is /etc/httpd/conf/* or maybe /etc/apache/conf/. The binaries are in /usr/bin. I have built older versions of PHP (4.0.1, or something) on Corel linux. -- Jeremy Wadsack Wadsack-Allen Digital Group -- PHP Install M

Re: [PHP-INST] php + gd lib

2001-09-17 Thread Jeremy Wadsack
ease? Rebuild PHP with --with-gd on the configure line. -- Jeremy Wadsack Wadsack-Allen Digital Group -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-INST] php3 fails compile on RedHat 7.1

2001-09-14 Thread Jeremy Wadsack
the file functions/file.c to use mkstemp (and hope it's a drop-in replacement). -- Jeremy Wadsack Wadsack-Allen Digital Group -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-INST] PHP-4.0.6 / Apache 1.3.20 / Linux 7.2 / Kernel 2.4.4: LEX

2001-09-14 Thread Jeremy Wadsack
onfigure: error: cannot find output from lex; giving up > how can i fix this? (please make it easy :) Install lex or equivalent (flex, gflex, ...). If your linux uses RPMs you can find flex rpms at http://www.rpmfind.net. -- Jeremy Wadsack Wadsack-Allen Digital Group -- PHP Install

[PHP-INST] Undeclared erros when buildin 4.0.6

2001-09-11 Thread Jeremy Wadsack
87: `cp' undeclared (first use in this function) dns.c:288: `end' undeclared (first use in this function) I had similar problem with 4.0.5 and skipped it, but I need to update now. Can anyone tell me what's going on? I assume this build somewhere so this must be a broken or missi