RE: [Refdb-users] Redhat testing/installation woes
Status: Beta
Brought to you by:
mhoenicka
From: Alan A. <al...@ru...> - 2003-08-18 05:15:05
|
Jason, I don't have any direct answers for you, but I have installed RefDB 0.9.2a on RedHat 9 also. My installation is only partially working because I had been messing with the CGI client program--the commandline interface works fine. However, I did experience similar problems at the start, so I thought I'd share the little I know and ask a question or two. First, you did also download the dbi driver files for MySQL, right? libdbi requires the drivers to actually communicate with the database. Second, I discovered that RedHat does not seem to set LD_LIBRARY_PATH environment variable. I had to set this explicitly in my startup script to make RefDB work since the libdbi files are not in /usr/lib. This probably isn't you're problem if you don't have the actual shared library files. Third, my RedHat 9 installation has the following in /usr/local/lib. -rw-r--r-- 1 root root 44746 Jul 29 13:01 libdbi.a -rwxr-xr-x 1 root root 708 Jul 29 13:01 libdbi.la lrwxrwxrwx 1 root root 15 Jul 29 13:01 libdbi.so -> libdbi.so.0.0.5 lrwxrwxrwx 1 root root 15 Jul 29 13:01 libdbi.so.0 -> libdbi.so.0.0.5 -rwxr-xr-x 1 root root 58814 Dec 19 2002 libdbi.so.0.0.4 -rwxr-xr-x 1 root root 52070 Jul 29 13:01 libdbi.so.0.0.5 And, this in /usr/local/lib/dbd--these are the driver files. -rw-r--r-- 1 root root 18536 Dec 19 2002 libmysql.a -rwxr-xr-x 1 root root 690 Jul 29 13:30 libmysql.la -rwxr-xr-x 1 root root 20434 Jul 29 13:30 libmysql.so I don't know if any of this helps you, but I thought I'd share it with you. Hopefully, someone else will have more information. Al > -----Original Message----- > From: ref...@li... > [mailto:ref...@li...]On Behalf Of Jason > Schlumbohm > Sent: Sunday, August 17, 2003 9:47 PM > To: ref...@li... > Subject: [Refdb-users] Redhat testing/installation woes > > > Running Redhat 9.0, x86. I slowly worked my way through the refdb > 0.9.2a + MySQL installation process, and am testing it according to > this page (http://refdb.sourceforge.net/manual/x1303.html). Running > tests thus far as root. > > The first test, 'refdbctl stop' worked, /usr/local/bin/refdbd is not > running. That's good. > > The second, 'refdb -s -e 0 -1 7', is where I get hung up. It reports > back: > > "refdbd: error while loading shared libraries: libdbi.so.0: cannot open > shared object file: No such file or directory" > > I went back and made sure that my libdbi installation went ok. I had > downloaded the libdbi-0.7.1 tarball from sourceforge. It appears to > make links, but there's no actual files that they link against, AFAIK. > I searched for libdbi.so.0, and all I get back is the link in > /usr/local/lib. > > Any hints, links to documentation, &c that might help me iron this one > out? > > Thanks, Jason > > > > // Jason Schlumbohm <st...@co...> > // http://hepatic.ath.cx/ > // icq@ 10838181 + YahooIM/AIM/iChat@ jpschlumbohm > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Refdb-users mailing list > Ref...@li... > https://lists.sourceforge.net/lists/listinfo/refdb-users > > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.502 / Virus Database: 300 - Release Date: 7/18/2003 > |