You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Yann Neuhaus <ya...@trivadis.com> on 2000/08/05 06:01:59 UTC

mod perl / ApacheDBI

Hi,

As explained in the README of ApacheDBI I send a little question
concerning this Module. Even if I used

PerlModule Apache::DBI in httpd.conf

and
  $Apache::DBI::DEBUG     = 2;
  $Apache::AuthDBI::DEBUG = 2;   in my perl script

I have no output in /var/log/http-server-error_log

So I don't know if it works ???

-> my outputs

 - debug output,
 - output of perl -v,
 - output of perl -V,
 - version of ApacheDBI,
 - version of DBI,
 - used database

ltyan:/home/yann/.netscape # perl -v

This is perl, version 5.005_03 built for i686-linux

Copyright 1987-1999, Larry Wall

Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5.0 source
kit.

Complete documentation for Perl, including FAQ lists, should be found on

this system using `man perl' or `perldoc perl'.  If you have access to
the
Internet, point your browser at http://www.perl.com/, the Perl Home
Page.

  ltyan:/home/yann/.netscape # perl -V
Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
  Platform:
    osname=linux, osvers=2.2.10, archname=i686-linux
    uname='linux ltyan 2.2.10 #2 mon oct 18 23:17:21 cest 1999 i686
unknown '
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
  Compiler:
    cc='cc', optimize='-O2', gccversion=egcs-2.91.66 19990314/Linux
(egcs-1.1.2 release)
    cppflags='-Dbool=char -DHAS_BOOL -I/usr/local/include'
    ccflags ='-Dbool=char -DHAS_BOOL -I/usr/local/include'
    stdchar='char', d_stdstdio=undef, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    alignbytes=4, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lndbm -lgdbm -ldbm -ldb -ldl -lm -lc -lposix -lcrypt
    libc=, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'

    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Built under linux
  Compiled at Apr 24 2000 01:10:47
  @INC:
    /usr/lib/perl5/5.00503/i686-linux
    /usr/lib/perl5/5.00503
    /usr/lib/perl5/site_perl/5.005/i686-linux
    /usr/lib/perl5/site_perl/5.005
    .

ApacheDBI-0.87

DBI-1.13

used database : oracle 8i

--
Yann Neuhaus
Consultant
yann.neuhaus@trivadis.com

Trivadis AG
Systems Management
Elisabethenanlage 9
CH-4051 Basel
Tel.:   +41-61-279 97 55
Fax :   +41-61-279 97 56

Kanalstrasse 5
CH-8152 Glattbrugg
Tel.:   +41- 1-808 70 20
Fax :   +41- 1-808 70 21
http://www.trivadis.com




Re: mod perl / ApacheDBI

Posted by "G.W. Haywood" <ge...@www.jubileegroup.co.uk>.
Hi there,

On Sat, 5 Aug 2000, Yann Neuhaus wrote:

>  - debug output,

So where's this debug output?
Are you running Apache?
What happens if you type

httpd -l

?

73,
Ged.