> The DBI installation went fine, I used CPAN. DBI version is 1.20. I looked
> for the DBI.so and the DBI.pm files and they are in the correct paths.
>
> What may be the problem?
I don't know, but you might have more luck asking about it on the DBI list.
Or you could do some searching on Google f
>This looks like a DBI installation problem, not an Apache::DBI problem.
>Does DBI work when you don't use Apache::DBI?
>- Perrin
You are right. It gives me the same error when I try to use DBI alone:
[error] Can't load
'/usr/local/lib/perl5/site_perl/5.6.1/sun4-sola
3.
>
> Line 304 of httpd.conf is the "PerlModule Apache::DBI" command.
>
> Any ideas?
This looks like a DBI installation problem, not an Apache::DBI problem.
Does DBI work when you don't use Apache::DBI?
- Perrin
Hi!
I'm running modperl 1.26 and apache 1.3.20 on a Solaris machine. I added
Apache::DBI and other DBI modules.
I added the following line to the httpd.conf line to use Apache::DBI
PerlModule Apache::DBI
Before any other DBI command as stated on the docs. Here's the error I get
at starting apa
"Grigoriy G. Vovk" wrote:
>
> Here are my files:
>
> httpd.conf -
>
> Alias /perl/ "/usr/local/www/perl/"
> PerlModule Apache::DBI
> PerlRequire /usr/local/www/startup.pl
> PerlModule Apache::Registry
> PerlModule Apache::DBI
> PerlSetEnv PERLDB_OPTS
Here are my files:
httpd.conf -
Alias /perl/ "/usr/local/www/perl/"
PerlModule Apache::DBI
PerlRequire /usr/local/www/startup.pl
PerlModule Apache::Registry
PerlModule Apache::DBI
PerlSetEnv PERLDB_OPTS "NonStop=1 LineInfo=/tmp/db.out AutoTrace=1 frame
On Thu, 11 Jan 2001, R. K . Mallah wrote:
> Stas , I do not face the problem anymore and Apache::DBI is loading
> without any problem. But i remember of facing problem at one point of time.
> may be with some older version.
Ok
> Could u please explain me what does Apache->module do and where i
Stas , I do not face the problem anymore and Apache::DBI is loading
without any problem. But i remember of facing problem at one point
of time.
may be with some older version.
Could u please explain me what does Apache->module do and where
is
it defined ?
and Edmar could you please post the exac
On Wed, 10 Jan 2001, R. K . Mallah wrote:
> I faced the same problem and had posted similar email
> but I found an workaround that is there in the posting.
>
>
>
> I get following error when i do
>
> perl -e 'use Apache::Status;use Apache::D
I faced the same problem and had posted similar email
but I found an workaround that is there in the posting.
I get following error when i do
perl -e 'use Apache::Status;use Apache::DBI'
Can't locate object method "module" via package "Apa
Edmar Edilton da Silva wrote:
> I still didn't solve the problem of the Apache::DBI. It can not be
> loaded into the apache's startup.pl file because happens a error during
> the starting of the apache, the child processes are not created. For
> using the Apache::DBI I had to add the "use Apac
Hi all,
I still didn't solve the problem of the Apache::DBI. It can not be
loaded into the apache's startup.pl file because happens a error during
the starting of the apache, the child processes are not created. For
using the Apache::DBI I had to add the "use Apache::DBI ()" code at the
b
On Tue, 12 Sep 2000, Evelin Halling wrote:
> I am using Apache::DBI for user authentication and it works just fine
> with one exception, it does not kill the sql backend server process
> starting up during authentication, so after some time postgres is
> running out of allowed backend server proce
Hi,
I am using Apache::DBI for user authentication
and it works just fine with one exception,
it does not kill the sql backend server process starting up during authentication,
so after some time postgres is running out of allowed backend server
processes and authentication does not work any
Actually I already have MySQL module installed on our machine... Because
I am able to run cgi/perl script which uses DBI module..
I mean I am able to run any normal cgi script.. So, I think that
suggests that we have all the required module installed on our machine..
Niral
Rajesh Kumar Mallah w
I have experienced a similar problem using the RedHat binary RPMs for Apache
and mod_perl (more than one version of each software). Apache bails out,
with no error logged when you have PerlModule Apache::DBI in the httpd.conf.
I've seen this for more than one version of Apache and mod_perl, on mo
Did you install DBD ?? fro the particular database you installed.
eg for mysql install
cpan> install Bundle::DBD::mysql
Rajesh Kumar Mallah
---
Learning Universe Pvt. Ltd.
59 Mandakini, GK IV, New Delhi 110019
Tel: (91-11) 6412100, 6480342, 6480365
http
All..
I am new to mod_perl so, please forgive me if this questions sounds
stupid..
I have successfully installed mod_perl 1.22 and Apache 1.3.12 under
BSD/OS BSDI 3.1 And able to run normal cgi script... But problem occurs
while I am trying to run script with DBI..
I have successfully installed
This message was sent from Geocrawler.com by "Dennis Megarry" <[EMAIL PROTECTED]>
Be sure to reply to that address.
Everything was running fine, i installed mod_perl
and ApacheDBI, now, I get errors trying to
connect to mySQL, the message showing up in my
error_log file is this:
httpd: [Thu J
19 matches
Mail list logo