r10310: 29 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
[clsql.git] / db-postgresql / postgresql-loader.lisp
index 39f80a2c341f4d8796c5824f419e1b25b63353c1..ffaf53f2b7bd87bf1c955ffdeb9cc41b87697f31 100644 (file)
@@ -39,10 +39,10 @@ set to the right path before compiling or loading the system.")
                    #+(or 64bit x86-64) "/usr/lib64/"
                    "/usr/lib/" "/postgresql/lib/"
                    "/usr/local/pgsql/lib/" "/usr/lib/pgsql/"
-                   "/opt/pgsql/lib/pgsql" "/sw/lib/pgsql/")
+                   "/opt/pgsql/lib/pgsql" "/sw/lib/pgsql/" "/sw/lib/")
                  :drive-letters '("C" "D" "E")
                  #+(or macosx darwin ccl-5.0) :types
-                 #+(or macosx darwin ccl-5.0) '("so")
+                 #+(or macosx darwin ccl-5.0) '("so" "dylib")
                  )))
     (if        (uffi:load-foreign-library libpath
                                   :module "postgresql"