Hi all,

I have a problem with he installation of DBD-pg 1.13 on Mac. The make  
works fine but when I run "make test" this is the result:

------------------------------------------------------------------------ 
----
[pbraf:~/EQAS/DBD-Pg-1.13] raf% make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib  
-I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use  
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/00basic...........dyld: /usr/bin/perl Undefined symbols:
_ERR_get_error
_ERR_reason_error_string
_SSL_CTX_new
_SSL_connect
_SSL_free
_SSL_library_init
_SSL_load_error_strings
_SSL_new
_SSL_read
_SSL_set_fd
_SSL_write
_SSLv23_method
t/00basic...........dubious
         Test returned status 0 (wstat 5, 0x5)
t/01connect.........skipped test on this platform
t/01setup...........skipped test on this platform
t/02prepare.........skipped test on this platform
t/03bind............skipped test on this platform
t/04execute.........skipped test on this platform
t/05fetch...........skipped test on this platform
t/06disconnect......skipped test on this platform
t/07reuse...........skipped test on this platform
t/08txn.............skipped test on this platform
t/09autocommit......skipped test on this platform
t/10transition......skipped test on this platform
t/11quoting.........skipped test on this platform
t/12placeholders....skipped test on this platform
t/13pgtype..........skipped test on this platform
t/99cleanup.........skipped test on this platform
FAILED--16 test scripts could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2
------------------------------------------------------------------------ 
----


Any idea?

I work on Mac OSX 10.2, with PostgreSQL 7.2.1, DBI 1.30, and the  
results of perl -v and perl -V are:


------------------------------------------------------------------------ 
----
[pbraf:~/EQAS/DBD-Pg-1.13] raf% perl -v

This is perl, v5.6.0 built for darwin

Copyright 1987-2000, 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.

[pbraf:~/EQAS/DBD-Pg-1.13] raf% perl -V
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
   Platform:
     osname=darwin, osvers=6.0, archname=darwin
     uname='darwin fisheye 6.0 darwin kernel version 5.2: mon jun 17  
09:55:14 pdt 2002; root:xnu-201-14.rootsxnu-201-14.objrelease_ppc power  
macintosh powerpc '
     config_args='-ds -e -Dprefix=/usr -Dccflags=-g  -pipe  -Dldflags='
     hint=recommended, useposix=true, d_sigaction=define
     usethreads=undef use5005threads=undef useithreads=undef  
usemultiplicity=undef
     useperlio=undef d_sfio=undef uselargefiles=define
     use64bitint=undef use64bitall=undef uselongdouble=undef  
usesocks=undef
   Compiler:
     cc='cc', optimize='-Os', gccversion=Apple cpp-precomp 6.14
     cppflags='-g -pipe -pipe -fno-common -no-cpp-precomp  
-flat_namespace -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing'
     ccflags ='-g -pipe -pipe -fno-common -no-cpp-precomp  
-flat_namespace -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing'
     stdchar='char', d_stdstdio=undef, usevfork=true
     intsize=4, longsize=4, ptrsize=4, doublesize=8
     d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
     ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',  
lseeksize=8
     alignbytes=8, usemymalloc=n, prototype=define
   Linker and Libraries:
     ld='cc', ldflags =''
     libpth=/usr/lib
     libs=-lm -lc
     libc=/System/Library/Frameworks/System.framework/System, so=dylib,  
useshrplib=true, libperl=libperl.dylib
   Dynamic Linking:
     dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
     cccdlflags=' ', lddlflags='-bundle  -flat_namespace -undefined  
suppress'


Characteristics of this binary (from libperl):
   Compile-time options: USE_LARGE_FILES
   Built under darwin
   Compiled at Jul 14 2002 04:04:33
   @INC:
     /System/Library/Perl/darwin
     /System/Library/Perl
     /Library/Perl/darwin
     /Library/Perl
     /Library/Perl
     /Network/Library/Perl/darwin
     /Network/Library/Perl
     /Network/Library/Perl
     .
------------------------------------------------------------------------ 
----



Thanks in advance.

Reply via email to