on --with-mysql so
it reads
'./configure' '--with-mysql=/usr/local/mysql-3.22.32-pc-linux-gnu-i686'
'--with-apxs=/usr/local/apache_1.3.12/bin/apxs'
John Coder
> CC: gcc
> CFLAGS: -g -O2
> CPPFLAGS:
> CXX:
> CXXFLAGS:
> IN
-path = /tmp
> should be ok, right?
>
> jacusy
if you have a phpinfo page it shoul tell you there where your session
paths are then just look in that directory and file under sessid* as
root that will tell what is stored in your session
John Coder
--
PHP Install Mailing List (http:
#x27; '--with-jpeg-dir=/usr' '--with-png-dir=/usr'
'--with-zlib'
notice your configure is missing the:
--with-png-dir=
John Coder
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
httpd.conf with "AddType application/x-httpd-php .php"
>
> Any ideas, *sigh*?
>
your php.ini is prolly in the wrong place I'm running the same setup you
are but my php.ini is in /usr/local/lib if your php is in /usr/local
then try moving the php.ini to /usr/local/lib
John Co
27;ve done in the
past is install them in /usr/src/packages (mind you this is for SuSE not
RedHat) and then either link or copy all the headers, *.h, files where
you want them to be.
John Coder
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
d hat 7.2
You might try
./configure --with-oci8
drop the home directory if you're using php-4.3.0RC2
it seems it comes bundled with supporet for oci8
John Coder
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Sat, 2002-11-30 at 05:23, DaMouse wrote:
> use $_SERVER['PHP_SELF']
Nope that didn't do the trick I have register globals on. so it must be
something else in the ini file.
>
> - Original Message -
> From: John Coder <[EMAIL PROTECTED]>
> To:
other changes were made that I didn't see.
John Coder
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t;
> When I rename index.php to index.htm, I get output that looks like this:
>
> "); phpinfo(); ?>
>
> Can't PHP code be inserted in .html named files?
I believe it can by adding to your web-servers conf file .
in apache 1.2.37 it would be
AddType application/x-
On Tue, 2002-11-19 at 22:24, zafar wrote:
> hello all
> i want to know information about php install with apache.
> i have running qmail server and all services are running,like imap,pop3, and
> others.
> when i compile php and
> ./configure --with-mysql --with-imap --with-apxs=/usr/sbin
use --wi
On Fri, 2002-11-15 at 16:58, Matt Jaeger wrote:
> i installed the sapi method in win 2kpro im running apache 1.3.x
> when i go to my index.php (its a simple test page)
> it requests a download. do you know why?
Did you add the approprate lines to your httpd.conf file?
for Windows ME they are:
conf
On Sat, 2002-11-09 at 17:39, Michelle Murrain wrote:
> Hi,
>
> I have what seems to me to be a very odd problem. I'm running Debian
> testing, with apache 1.3, and because I needed 4.2s better
> xslt/sablotron support, I compiled from source. I had originally had
> the regular php4 package inst
On Wed, 2002-11-06 at 00:29, Gareth Thomas wrote:
> Ok I am fairly desperate to solve this problem (this is my 3rd posting). I
> have clean installed RH 7.2 (on a Dell Optiplex), I did NOT install PHP from
> the RH disks but did install Apache. I then downloaded 4.3.0pre2 and ran the
> following co
tall MySQL? Or how do I
>use rpm to specify the location (say /usr/local/mysql) to install those rpms?
Mysql doesn't provide header files with their rpm's unless you get the
src.rpm. all you have to do for built in mysql support is do a
--with-mysql.
John Coder
--
PHP Install M
n be found at his page if you want i can
send you his page but I don't have the URL any more I just saved the
page.
John Coder
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hope this helps
.
John Coder
On Sat, 2002-10-26 at 10:17, Michael Risda wrote:
> My apologies, I should have mentioned that I did try explicitly pointing the
> config to my install which is /usr/local
>
> I have php installed currently with gettext, but I am recompiling to include
yu need the directory also as in --with-gettext=DIR if you don't
have it in /usr/local
John Coder
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ng but
the child dies but the parent regenerates another process/thread. I've
been ablr to install php and apache on three other machines but this one
will not take. any ideas?
John Coder
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
f
--with-jpeg-dir=/usr/include
--with-png-dir=/usr/include
--with-zlib
Any ideas?
Btw GD compiled with no probs except warnings about bison not being
present. should I make libgd.a again?
John Coder
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
he machine at work.
Check the register globals on the one at home in your php.ini file.
John Coder
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Sat, 2002-10-05 at 16:59, New Disorder Records wrote:
> Hi,
> I am on a redhat linux box running apache 1.3.26, sybase 11.9.2 and php
> 4.2.3. I've been trying to get gd with jpeg output to work. I have been
> configuring php with this command:
>
> ./configure --with-gd --with-jpeg-dir=/u
On Wed, 2002-10-02 at 20:26, Aleksandar Petreski wrote:
> HI i'm having problems with loading the php module on my Apache 2 server ,
> does anyone can help me or tell me where is mod_php4.c.
> Thanx
Sounds like you are installing from an rpm Suse uses the terminology
mod_php4 . if yu are looking
some further information I configured php4.2.3 as follows:
--with-mysql
--with-apxs
--with-gd=/usr/local/gd
--with-freetype-dir=/usr/local
--enable-gd-native-ttf
--enable-gd-imgstrttf
--with-jpeg-dir=/usr/include
--with-png-dir=/usr/include
--with-zlib
it gets through these fine when it goes in
great at
home and now this.
I changed the static declaration and got reid of the first but am lost
on the second error.
Any ideas?
Btw GD compiled with no probs except warnings about bison not being
present. should I make libgd.a again?
John Coder
--
PHP Install Mailing List (http://www.p
Has anyone had success installing GD2.0.1 on a windows 98 or ME
platform?I'm having a hell of a time. If you'v had success please let me
know and could yu give me some hints I may be overlooking?
John Coder
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, v
25 matches
Mail list logo