Hi All,

I have just built the latest version of Drizzle (revision 1730), and I having problems with drizzled not being able to load the boost libraries at runtime (Mac OS X 10.5.8).

I get 2 errors. The first one I fixed, but I need some help on the second...

(1) The first error:

[pmc-2:~/Development/MySQL/drizzle-test] build% sbin/drizzled
dyld: Library not loaded: libboost_program_options.dylib
Referenced from: /Users/build/Development/MySQL/drizzle-test/sbin/ drizzled
  Reason: image not found
Trace/BPT trap

Setting LD_LIBRARY_PATH did not help. Copying "libboost_program_options.dylib" and "libboost_thread.dylib" to ~/ Development/MySQL/drizzle-test fixed this error.

(2) The second error:

[pmc-2:~/Development/MySQL/drizzle-test] build% sbin/drizzled
Can't open shared library '/Users/build/Development/MySQL/drizzle-test/ lib/drizzle/libarchive_plugin.dylib' (errno: 2 dlopen(/Users/build/ Development/MySQL/drizzle-test/lib/drizzle/libarchive_plugin.dylib, 10): Library not loaded: libboost_progra)Couldn't load plugin library named 'archive'.
Failed to initialize plugins.Aborting
sbin/drizzled: Shutdown complete

Looks like libarchive_plugin is saying that libboost_program_options is not loaded. But it was loaded in order to get past the first error.

Any suggestions would be welcome.

Thanks,

Paul


_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to