r2057: acl loading issues
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 18 May 2002 17:37:49 +0000 (17:37 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 18 May 2002 17:37:49 +0000 (17:37 +0000)
clsql-aodbc.system
debian/control
interfaces/mysql/mysql-loader.cl
interfaces/postgresql/postgresql-loader.cl

index c6397d97fdf881ff391741afe991cdc98d0820fd..d80acf766f1184a814ba22de67548973fed7b31b 100644 (file)
@@ -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))
index 25098a0d7e8aa708af95376accc83bc5a465781e..f200784acd36168422275b132853b9e11032862d 100644 (file)
@@ -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
index 45f796c675192e0b717d460d10d0d117ff5949d4..a241d2d465874a043b0b594c2989ad8dd5b7946e 100644 (file)
@@ -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
 ;;;;
   (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")
index dd862617f3fa03534e8412ab2582bbeb02d35734..ff95f08bbc2b622986ebe63235b7d1586343eaca 100644 (file)
@@ -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