FW: Can't locate DBD/mysql.pm

2001-08-23 Thread Hamilton, Andrew Mr RAYTHEON 5 SIG CMD
-Original Message- From: Smithson, Michael (M.E.) [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 3:39 PM To: 'Hamilton, Andrew Mr RAYTHEON 5 SIG CMD' Subject: RE: Can't locate DBD/mysql.pm Also, you can invoke the use lib pragm and type the following: us

RE: Can't locate DBD/mysql.pm

2001-08-23 Thread Hamilton, Andrew Mr RAYTHEON 5 SIG CMD
You might check where the DBD installed. Some of them install in /usr/local instead of /usr. Sounds like what has happened. That's one of the things you have to look out for when using rpms. Regards, Drew -Original Message- From: pkp team [mailto:[EMAIL PROTECTED]] Sent: Thursday, Aug

RE: ActivePerl DBI Setup

2001-08-10 Thread Hamilton, Andrew Mr RAYTHEON 5 SIG CMD
I use it on NT and matter of fact just reinstalled the latest version of AS perl and DBI without incident. All works as it should. Good Luck, Drew -Original Message- From: Falk [mailto:[EMAIL PROTECTED]] Sent: Friday, August 10, 2001 10:15 AM To: [EMAIL PROTECTED] Subject: ActivePerl DB

RE: Oracle

2001-06-25 Thread Hamilton, Andrew Mr RAYTHEON 5 SIG CMD
Chris, I usually get this when my database is not running. Or if the listener is down. Check your host and sid, make sure the listener is up. Regards, Drew -Original Message- From: Chris Saunders [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 11:50 AM To: [EMAIL PROTECTED] Sub

RE: install_driver(Oracle) error when CGI pgm called by Webserver

2001-06-10 Thread Hamilton, Andrew Mr RAYTHEON 5 SIG CMD
This isn't possible on solaris. There isn't an ld.so.conf. I recall having the same problem a couple of years ago but can't for the life of me remember how I solved it. Ajay, I'm still trying to come up with a solution for you. Drew -Original Message- From: Ronald J Kimball [mailto:[E

RE: install_driver(Oracle) error when CGI pgm called by Webserver

2001-06-07 Thread Hamilton, Andrew Mr RAYTHEON 5 SIG CMD
Ajay, Keep in mind your environment from your web browser is considerably different from the one on the command line. The user is typically "nobody", a seriously unprivileged user. Try setting the LD_LIBRARY_PATH variable inside the cgi script. Regards, Drew -Original Message- From:

RE: Marketing DBI

2001-06-05 Thread Hamilton, Andrew Mr RAYTHEON 5 SIG CMD
I would have to go with the ease with which you can do almost anything in perl in a very short amount of time. I recently used DBI, CGI, and SNMP::Util to query devices(routers, switches, etc) live store the results in a database and display it dynamically on our intranet in a matter of a few hou

RE: Using perl to connec to ACCESS

2001-05-15 Thread Hamilton, Andrew Mr RAYTHEON 5 SIG CMD
Well said! Too many times I have read the comment "Read the fine Manual". I have done that many times and have the books as well. They don't cover everything and every circumstance. Experience sometimes is the only way to learn how to do some things. If everything was in the book there would b

RE: Building 64-bit Perl on Solaris 7 (for testing DBD::Informix)

2001-01-25 Thread Hamilton, Andrew Mr RAYTHEON 5 SIG CMD
Jonathan, I have been successful building the 64-bit perl with gcc but not with the SUN C compiler. I ended up having to recompile without 64-bit support due to some older machines on my system not being able to use it. My perl is NFS mounted to 70 machines. Anyway I know it will work with gcc