Re: [PHP-INSTALL] apxs Error: related to libphp5.so

2006-03-03 Thread Sasha Dolgy
if I was working > as Linux sys admin, then I would have to work as root user, > so I thought I may as well get some practice on my own > machine first. > > Regards > > Keith > > On Fri, 3 Mar 2006, Sasha Dolgy wrote: > > > To: php-install@lists.php.net >

Re: [PHP-INSTALL] apxs Error: related to libphp5.so

2006-03-03 Thread Sasha Dolgy
Hi Keith. "Also, some other packages will refuse to install without working as root user" I am not disagreeing with this. Infact, if you want the application available to other users other then yourself and without making your home directory open to the rest of the users on the system, it is req

Re: [PHP-INSTALL] apxs Error: related to libphp5.so

2006-03-03 Thread Sasha Dolgy
gt; SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la > > /usr/local/apache2/modules libtool: install: warning: > > remember to run `libtool --finish > > /home/compliance/php-5.1.2/libs' chmod 755 > > /usr/local/apache2/modules/libphp5.so chmod: cannot access > > `/usr/local/apache2/modules/libphp5.so': No such file or > > directory apxs:Error: Command failed with rc=65536 .. > > make: *** [install-sapi] Error 1 > > > > Thanks in advance, > > Tara > -- Sasha Dolgy [EMAIL PROTECTED]

Re: [PHP-INSTALL] php-gd picture rendering question

2006-03-02 Thread Sasha Dolgy
r=3D"0"> > > > > > Is there any way to get php to render larger pictures? > > Pete > --- > Pete Masse > Information Systems > Department of Chemistry/Biochemistry > 108 Gains Hall > Montana State University - Bozeman > Bozeman Montana 59717 > (406) 994-5379 > [EMAIL PROTECTED] > www.chemistry.montana.edu -- Sasha Dolgy [EMAIL PROTECTED]

Re: [PHP-INSTALL] how to compile php

2006-03-02 Thread Sasha Dolgy
GAO Core Values - Accountability, Integrity, Reliability "GAO takes a professional, objective, fact-based, nonpartisan, nonideological, fair, and balanced approach to all of its activities. Integrity is the foundation of reputation, and GAO's approach to its work assures both." Have you forgotten

Re: [PHP-INSTALL] how to compile php

2006-03-01 Thread Sasha Dolgy
why not help the person asking a question instead of coming across as a jerk? Yes, building PHP on windows might be a pain in the ass as you've indicated. If he's asking the question then surely he's made the decision to go that route. The problem with mailing lists are that people can offer up

Re: [PHP-INSTALL] libphp5.so

2005-04-26 Thread Sasha Dolgy
Also, if it can't find your httpd.conf it wont install the libphp5.so ... check the output of make install for errors > Did you include the following line in your ./configure? > > --with-apxs2=/usr/local/apache2/bin/apxs > > You will probably need to alter that value based on the actual location

[PHP-INSTALL] RHES 3 - PHP 5.0.x - freetype

2005-04-18 Thread Sasha Dolgy
jpeg-dir=/usr/lib' \ '--with-png-dir=/usr/lib' \ '--with-ttf=/usr/lib' \ '--with-freetype-dir=/usr/include/freetype2' \ '--with-tiff-dir=/usr/lib' \ '--with-zlib-dir=/usr/lib' \ '--with-gettext' \ '--enable-fastcgi' \ '--disable-path-info-check' \ '--disable-ipv6' \ '--with-curl' \ '--with-exif' \ '--with-iconv' \ '--with-ldap' \ '--enable-mbstring' \ '--with-mcrypt' \ '--with-mhash' \ "$@" -- Sasha Dolgy [EMAIL PROTECTED]