Re: clsql-sys:database-type-load-foreign
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
Petter Gustad wrote: > As I showed in my initial message the links are present in several > other releases, but no in the ones mentioned above. I apologize if I wasn't clear. It's not the issue of the releases/distributions as opposed to which packages are installed from the distribution. > Well, I just installed the Red Hat CD where I checked off database > support (or postgresql explicitly). ClSQL works fine if I just apply > the patch to get the right filename. I suspect the -devel packages are in the development section of RedHat's package list. Yes, loading in the specific versioned .so-x.y.z file is will work, albeit not robustly in the face of version number upgrades. > They have been present in most Linux distributions I've seen too, but > not in the two I mentioned above. I believe they are in the distribution, just not installed on your system. > [[email protected] root]# find / /boot -name libpq*so* > /usr/lib/libpq.so.3 > /usr/lib/libpq.so.3.0 > > Of course it could be that something went wrong during the > installation. I suspect it's not a problem during installation, but that the installer program did not select the devel packages during your installation. ncftp ftp.redhat.com ncftp / > cd pub/redhat/linux/9/en/os/i386/ ncftp ...en/os/i386/RedHat/RPMS > dir postgresql-dev* -rw-r--r-- 1 ftp ftp 1487024 Feb 24 2003 postgresql-devel-7.3.2-3.i386.rpm I believe if you install that package on your RedHat 9 system, you'll have your symbolic link which will never change numbers as newer versions may be installed. -- Kevin Rosenberg kevin-HJRc7zDS/[email protected]