|
|
sybperl-l Archive
Up Prev Next
From: Ravi Parimi <rparimi at gmail dot com>
Subject: Segmentation fault when running DBD::Sybase
Date: Apr 26 2005 10:21PM
Hello,
I've been trying to install and run the DBD::Sybase module on CentOS 4
(RH EL), but each time I run it, I get a segmentation fault. A simple
command line statement like
perl -MDBD::Sybase -e 1 also gives a seg fault. Here's the list of
things I did to get the module installed on my machine:
1) Installed the following sybase rpms from
http://www.sybase.com/detail?id=1011127
sybase-openclient-11.1.1-3.i386.rpm
sybase-common-11.9.2-3
sybase-doc-11.9.2-1
2) Installed the freetds libraries http://www.freetds.org/software.html
The installation prefix was set to /usr/local/freetds
3) Downloaded DBD::Sybase 1.05 from
http://www.peppler.org/freeware/dbd-sybase.html
Compiled and installed the module.
Now I run perl -MDBD::Sybase -e 1 and get a segmentation fault. Can
someone help me with this problem?
Many thanks,
--ravi
|