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]
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
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
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
(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]
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
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
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
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
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]
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]
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
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
13 matches
Mail list logo