From: Paul S. <p.s...@ne...> - 2018-02-22 15:25:27
|
Hi, Installed rlib-2.0.20 on mac osx high sierra But I had to make some changes, not sure if its the proper way but figured it would be worth writing in case it helps anyone. With standard install, got Apache error Could Not Load MYSQL Input [dlopen(libr-mysql.so, 2): image not found] Changed rlib.spec:%{_libdir}/libr-mysql.dylib rlib.spec.in:%{_libdir}/libr-mysql.dylib libsrc/datasource.c handle = g_module_open("/usr/local/lib/libr-mysql.dylib", 2); Then did the ./configure --prefix=/usr/local --libdir=/usr/local/lib --exec_prefix=/usr/local --bindir=/usr/local/bin --disable-perl --enable-postgres=no --disable-python make sudo make install Works ok now. Thanks for everything. Best Regards, Paul |