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: > I see. You're saying that the -devel- package is required for the > CLSQL installation. The -server- package will not do (even though the > library is there, but the link is not present). Yes. One small point, though. The actual, versioned library files are usually in a "lib" package which the "server" package depends upon. [email protected]:~> cat /etc/issue Red Hat Enterprise Linux AS release 3 (Taroon) Kernel \r on an \m [email protected]:~> rpm -qf /usr/lib/libpq.so rh-postgresql-devel-7.3.6-1 [email protected]:~> rpm -qf /usr/lib/libpq.so.3 rh-postgresql-libs-7.3.6-1 -- Kevin Rosenberg kevin-HJRc7zDS/[email protected]