Re: [PHP-INST] libphp4.so loading error

2001-09-09 Thread Steve Brazill
I know this isn't the 'standard approved' method, but I usually just create a 'symbolic' link to the file it needs from "/usr/lib" (which is the primary directory in any "LDPATH"). My PATH to the file is shown in the example below: cd /usr/lib ln -s /usr/local/mysql/lib/mysql/libmysqlcli

Re: [PHP-INST] install problems

2001-09-04 Thread Steve Brazill
You might need the 'beta' version of PayFlowPro, which is listed on their site (if you have a valid login and password). I had a problem with "libmcrypt" and "pfpro" until I used that version - Original Message - From: "Mitchell Seltzer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

Re: [PHP-INST] Installation with mod_perl / mod_so

2001-08-14 Thread Steve Brazill
That's the first time I've ever seen anyone try to install "mod_perl" by manually 'hacking' the Apache 'source configuration' file... I do believe that there's a lot of 'dependancies' (at least when I install it) for "mod_perl" in order for it to install correctly (and the order of installation m

Re: [PHP-INST] MIME types

2001-08-07 Thread Steve Brazill
27; which will show you have to reinstall them using the source method. (which has always worked for my, and others who have requested them)... good luck... P.S. I didn't recieve any 'attachments' with your message... - Original Message - From: "Jan-Erik Bullett"

Re: [PHP-INST] MIME types

2001-07-23 Thread Steve Brazill
Do you mean the 2 lines that should be in your "httpd.conf" file ?? AddType application/x-httpd-php .php .php3 .php4 .htm AddType application/x-httpd-php-source .phps - Original Message - From: "Jan-Erik Bullett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 23,

Re: [PHP-INST] problems building PHP

2001-07-23 Thread Steve Brazill
How did you install MySQL ?? If you used the RPM method, you should find all of the MySQL files 'dispersed' throughout "/usr", so that should be what you use in your config statement ("--with-mysql=/usr"). If you used the 'source' method of installation, you'd point to the directory where yo

Re: [PHP-INST] libphp4.so missing

2001-07-21 Thread Steve Brazill
You did not mention 'how' you install Apache or PHP (RPM method, or 'source' package). If you used the 'source' installation for both, the file should be in the "libexec" subdirectory of Apache. First, you should upgrade your version of Apache (including the server acting as your "www" site)

Fw: [PHP-INST] Install Trouble on RedHat 6.2 & Apache 1.13.14

2001-07-19 Thread Steve Brazill
Here's an 'abridged' version of the message I sent (since the 'list' doesn't accept anything over 40k), without the 'attachment'... ----- Original Message - From: "Steve Brazill" <[EMAIL PROTECTED]> To: "Mark S Russell" &

Re: [PHP-INST] Need assistance installing php-4.0.0

2001-07-17 Thread Steve Brazill
You should really install the latest version of Apache and PHP (versions 1.3.20 and 4.0.6 respectively). But, in the meantime, you can either add the MySQL 'library' directory to your LDPATH (library search path), or simply 'link' the necessary MySQL file to "/usr/lib" (which is the 'standard'

Re: [PHP-INST] Help you with our programming skills and experience

2001-07-15 Thread Steve Brazill
How can 'quality be guaranteed' if you're using Microsloth products ?? Don't you know how to work with 'enterprise level' products ? - Original Message - From: "David Rosen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 15, 2001 8:53 PM Subject: [PHP-INST] Help you with

Re: [PHP-INST] Configuration Error!

2001-07-15 Thread Steve Brazill
.so.4", but you should check... system:/opt/install/mysql-3.23.39> cd /usr/lib system:/usr/lib> ln -s /usr/local/mysql/lib/mysql/libmysqlclient.so.10 - Original Message - From: "Brian Clark" <[EMAIL PROTECTED]> To: "Steve Brazill" <[EMAIL PROTECTED

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...

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

Re: [PHP-INST] php 4.0.5 configure failure using -with-mcrypt

2001-05-15 Thread Steve Brazill
You didn't mention how you 'configured' "libmcrypt" (or what was the 'latest' version you installed)... When I installed 'libmcrypt' version 2.4.9, I used the following method (you're probably missing the last part): Unpack the 'source distribution'. system:/tmp> cd /opt system:/opt> gunzi

Re: [PHP-INST] best OS platform for low memory, php/mysql web server

2001-05-08 Thread Steve Brazill
Though it's possible to run Linux on a system with only 16 meg of RAM (I did it with version 1.2 seven years ago..), I think you'll find that a lot of 'issues' will go away if you have at least 64 meg installed... Check out Ebay for any 'deals' on RAM (128 meg 'sticks' should be going for aproxi

Re: [PHP-INST] compile problem with IBM DB2

2001-05-03 Thread Steve Brazill
Shouldn't your PHP config statement look like: SSL_BASE=/usr/local/ssl ./configure \ --with-layout=Apache \ --prefix=/opt/gr/oas/apache \ --enable-module=ssl \ --activate-module=src/modules/php4/libphp4.a \ --activate-module=src/modules/perl/libperl.a \ --

Re: [PHP-INST] AIX

2001-04-26 Thread Steve Brazill
for ibm-aix4.1.5.0 (As the only other > pre-compiled version was for 4.3.3 which wouldn't work, I am running 4.3.2) > MySql server is 3.23.37 on NT (the pre-compiled version for AIX is going to > take a bit of time to hammer out) > > I'll take any suggestions at this point =) >

Re: [PHP-INST] AIX

2001-04-26 Thread Steve Brazill
What version of MySQL did you install, and what version does "phpinfo" say is installed ?? (remember, PHP comes with an old 'generic' version pre-builtin) Also, did you install MySQL using RPM's ? If you used the 'source' method (as I did) the line from "phpinfo" might say something like "--wi

Re: [PHP-INST] problem: php-document in netscape is oly downloadable

2001-04-06 Thread Steve Brazill
To cover ANY version of PHP (and any other type of HTML file I might have embedded PHP code in), I made sure that all the possible file 'extensions' were mentioned in the appropriate config line in "httpd.conf" Addtype application/x-httpd-php .php .php3 .php4 .htm Markus Mattes wrote:

Re: [PHP-INST] DSO Problem -- Ouch

2001-03-22 Thread Steve Brazill
I usually just place 'symbolic' links from "/usr/lib" (the 'default' lib area) to the actual files... cd /usr/lib ln -s /usr/local/mysql/lib/mysql/libmysqlclient.so.6 (libmysqlclient.so.10 for 3.23 versions) Rasmus Lerdorf wrote: > If you are on Linux you need to add the dir

Re: [PHP-INST] apache+mysql+php4+redhat7

2001-03-03 Thread Steve Brazill
Actually, a method I've been using, which seems to be the simplest way to get all your 'addin' libraries seen by any of your programs (including PHP) is to put 'symbolic' links in "/usr/lib" pointing to the actual library (though I'm lied about the RSAref library, which I actually copied into "