From: Kevin M. Rosenberg Date: Sat, 18 May 2002 17:37:49 +0000 (+0000) Subject: r2057: acl loading issues X-Git-Tag: v3.8.6~1054 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=04a4f10a13773101f275c31f300b28c08be652c0 r2057: acl loading issues --- diff --git a/clsql-aodbc.system b/clsql-aodbc.system index c6397d9..d80acf7 100644 --- a/clsql-aodbc.system +++ b/clsql-aodbc.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-aodbc.system,v 1.4 2002/05/13 22:05:20 kevin Exp $ +;;;; $Id: clsql-aodbc.system,v 1.5 2002/05/18 17:37:48 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,9 +20,9 @@ (in-package :make) (defsystem :clsql-aodbc - :source-pathname "CLSQL:interfaces;aodbc;" + :source-pathname "CL-LIBRARY:clsql;interfaces;aodbc;" :source-extension "cl" - :binary-pathname "CLSQL:interfaces;aodbc;bin;" + :binary-pathname "CL-LIBRARY:clsql;interfaces;aodbc;bin;" :components ((:file "aodbc-package") (:file "aodbc-sql" :depends-on ("aodbc-package"))) :depends-on (:clsql)) diff --git a/debian/control b/debian/control index 25098a0..f200784 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Description: UncommonSQL database backend, AODBC Package: cl-sql-postgresql Architecture: all -Depends: cl-sql-base (>= ${Source-Version}), postgresql-client +Depends: cl-sql-base (>= ${Source-Version}), postgresql-client, postgresql-dev Provides: cl-sql-backend Description: UncommonSQL database backend, PostgreSQL This package enables you to use the CLSQL data access package diff --git a/interfaces/mysql/mysql-loader.cl b/interfaces/mysql/mysql-loader.cl index 45f796c..a241d2d 100644 --- a/interfaces/mysql/mysql-loader.cl +++ b/interfaces/mysql/mysql-loader.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-loader.cl,v 1.16 2002/05/17 17:09:55 kevin Exp $ +;;;; $Id: mysql-loader.cl,v 1.17 2002/05/18 17:37:48 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -29,11 +29,11 @@ (uffi:find-foreign-library "clsql-mysql" `(,(directory-namestring - ((translate-logical-pathname - "CL-LIBRARY:clsql;interfaces;mysql;")) - "/usr/share/common-lisp/source/clsql/interfaces/mysql/")) + (translate-logical-pathname + "CL-LIBRARY:clsql;interfaces;mysql;")) + "/usr/share/common-lisp/source/clsql/interfaces/mysql/") :drive-letters '("C" "D" "E" "F" "G"))) - + (defvar *mysql-library-filename* (cond ((probe-file "/opt/mysql/lib/mysql/libmysqlclient.so") diff --git a/interfaces/postgresql/postgresql-loader.cl b/interfaces/postgresql/postgresql-loader.cl index dd86261..ff95f08 100644 --- a/interfaces/postgresql/postgresql-loader.cl +++ b/interfaces/postgresql/postgresql-loader.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-loader.cl,v 1.10 2002/05/15 16:57:31 kevin Exp $ +;;;; $Id: postgresql-loader.cl,v 1.11 2002/05/18 17:37:49 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -40,8 +40,7 @@ set to the right path before compiling or loading the system.") "/usr/lib/" "/postgresql/lib/" "/usr/local/pgsql/lib/" "/usr/lib/pgsql/" "/opt/pgsql/lib/pgsql") - :drive-letters '("C" "D" "E") - :types '("so" "so.2" "dll")))) + :drive-letters '("C" "D" "E")))) (if (uffi:load-foreign-library libpath :module "postgresql" :supporting-libraries