Re: [PHP-INST] Php-mysql-what os ?

2001-07-14 Thread Steve Brazill
As for the possibility of 'mirroring' 2 drives, why don't you use Linux's "raidtools" to create 'software' mirrors (or stripes, or raid's) ?? It's very easy, and has worked for 20 of my systems for the past year or so... Email me if you need info on how to create the 'mirrored' partitions...

[PHP-INST] Re: RPM Install #6 still doesn't work - x-post from PHP.GENERAL

2001-07-14 Thread James Tan
dear graylen fraley, u can start mysqld by adding a shell file it to your startup folder in /etc/rc.d/init.d/ and use setup / linuxconf to activate it for boot time... did u install mysqld on another port??? by default, it's not on port 2002 I've installed php as a module, but it'll require u to

[PHP-INST] Re: Php-mysql-what os ?

2001-07-14 Thread James Tan
hi paul, y border using 6.2? 7.1 is out ;) regards, James Paul wrote: > Hi, I was wondering if any one has some recemendations on what Distro to use > with Php and Mysql ? Im currently thinking of using redhat 6.2 as ive > already got a stable DNS and sendmail server running on that. > > Also

[PHP-INST] Php-mysql-what os ?

2001-07-14 Thread Paul
Hi, I was wondering if any one has some recemendations on what Distro to use with Php and Mysql ? Im currently thinking of using redhat 6.2 as ive already got a stable DNS and sendmail server running on that. Also what should i install first Apache, MySql or Php.(Im not all that confident with li

Re: [PHP-INST] Configuration Error!

2001-07-14 Thread Steve Brazill
Is the 'configuration error' the fact that you're using a very old (and exploitable) version of Apache ? - Original Message - From: Brian Clark To: [EMAIL PROTECTED] Sent: Saturday, July 14, 2001 6:36 PM Subject: [PHP-INST] Configuration Error! OS: Red Hat 7.0 Apache: 1

[PHP-INST] Configuration Error!

2001-07-14 Thread Brian Clark
OS: Red Hat 7.0 Apache: 1.3.12 MySql: 3.22.32     -- 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] GD shared - libjpeg.so.62 missing?...

2001-07-14 Thread Zak Greant
Hey Richard! How do the permissions look for that library? --zak Richard wrote: > Warning: Sleep-deprived post... > > Please Cc: me in replies... > > I know I'm not the most clueful guy, but... > > I'm trying to compile GD as a shared library, and failing miserably. > > Comfiguring/making with

[PHP-INST] RPM Install #6 still doesn't work - x-post from PHP.GENERAL

2001-07-14 Thread Gaylen Fraley
Ok. I've been in this industry for 32 years. I've loved O/S2, hated windoz and been intrigued with *nix. So, I have a successful web site and server under windoz/php/mysql and I decide to venture into RedHat Linux because I have heard some great things about it. I get 7.0 and install it, virgi

php-install Digest 14 Jul 2001 22:29:06 -0000 Issue 362

2001-07-14 Thread php-install-digest-help
php-install Digest 14 Jul 2001 22:29:06 - Issue 362 Topics (messages 3544 through 3552): Access Violation : W2K, PHP4.0.0 3544 by: Josh Lehman 3545 by: Phil Driscoll Re: Oracle 8.1.6, Solaris and PHP 3546 by: Benjamin Heckmann Re: Debian Install 3547 by: St

[PHP-INST] Re: PHP 4.0.5 install problems

2001-07-14 Thread James Tan
hi, did u have flex properly installed on your system??? regards, James Asaf Maruf wrote: > Dear All > I have been running and developing in LAMP environment for nearly six > months now. > Recently my server crashed and i have setup a new server. > > It is Linux-Mandrake, Apache 1.3.20, MySQL

[PHP-INST] Re: Why no one answers this?

2001-07-14 Thread James Tan
hi, it depends on how u install it.. if u install it with rpm, u could use the rpm features to upgrade ur installation of php if u install it from source, u could simply replace the older version by simply configure and install the latest version... once u are done with it, simply restart

[PHP-INST] Why no one answers this?

2001-07-14 Thread Panos Katergiathis
Hello I am new to installing PHP, yet i am a guy who likes to read. Despite 5 books, no one explains to me this: Suppose i have installed Apache and PHP duting the standard installation of a Linux distribution (Suse, Redhat...). What do i do if i want to upgrade to a newer PHP version when it

Re: [PHP-INST] Apache 2.0, APXS & PHP 2.0.6

2001-07-14 Thread James Tan
hiee,, i've recently went into php configure file and found an option that could coonfigure with apache 2.0 apxs... simply --with-apxs2=/pathtoapache/bin/apxs i think it could help :) regards, James "Tim Stoop" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

[PHP-INST] Re: Debian Install

2001-07-14 Thread Steven Bergstedt
Sarah Fish wrote in <[EMAIL PROTECTED]>: > > > and it displays as text. If you're running apache webserver try to add following to your httpd.conf: LoadModule php4_module /usr/lib/apache/1.3/libphp4.so and AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps Th

Re: [PHP-INST] Oracle 8.1.6, Solaris and PHP

2001-07-14 Thread Benjamin Heckmann
> Hi, > I\'m relatively new to PHP and I want to use it in conjunction with Oracle > (well if you\'ve got one, why not use it? :). I initially have placed it on > my app server which has a full Oracle client implementation. However when I Make sure what you mean by "full". If your oracle client

Re: [PHP-INST] Access Violation : W2K, PHP4.0.0

2001-07-14 Thread Phil Driscoll
On Saturday 14 July 2001 08:55, Josh Lehman wrote: > I've installed PHP as an ISAPI filter using php4isapi.dll on IIS 5.0 > At first it appeared to run fine (I could echo basic stuff out to a page), > but when I attempted to get the date, using the date() function I got "PHP > Access Violation at.

[PHP-INST] Access Violation : W2K, PHP4.0.0

2001-07-14 Thread Josh Lehman
I've installed PHP as an ISAPI filter using php4isapi.dll on IIS 5.0 At first it appeared to run fine (I could echo basic stuff out to a page), but when I attempted to get the date, using the date() function I got "PHP Access Violation at...". After that point I could not get any PHP code to execu