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
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
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
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"
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,
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
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)
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" &
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'
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
.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
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...
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
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
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
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 \
--
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 =)
>
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
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:
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
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
"
21 matches
Mail list logo