Hi forum
I install library GD in Centos with
yum install php-gd
I follow your instructions and install,
but when i execute phpinfo( ),� i see the next
'./configure' '--build=i686-redhat-linux-gnu' '. without-gdbm'
'--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr'
'--wit
Hi forum
I try install library GD on Centos 5
I download the gd-2.0.35.tar with the next sentece
./configure --prefix=/usr/local --with=/usr/local --with-jpeg=/usr/local
make
make install
Here all ok.
And next install the php-5.2.6
./configure (... n parameter...) --with-gd=/usr/local/lib
--w
In the /var/log/secure i can see
"sudo: apache : sorry, you must have a tty to run sudo; TTY:unknown"
So, i edit line and comment in visudo to next
### Default requiretty
And, eureka, work fine from a web page
Thanks all
Mensaje original --
Hi
I try execute unsucesfull the next code from web page
I need write a script execute some command, but try start or stop service
like named, network this don't work
I edit visudo and add the next lines
User_Alias MYGROUP = apache, xyz
Cmnd_Alias MYCOMMAND = /sbin/service
%MYGROUP ALL = MYCO
Hi all
I try write a code to execute service in my server from web browser
I write next
/var/www/html/squidup.html
but, don't work from web browser.
What is wrong
Thanks,
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
5 matches
Mail list logo