libiovmall.so-Bug

View: New views
2 Messages — Rating Filter:   Alert me  

libiovmall.so-Bug

by bblochl2-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Change Line 21 in Makefile

DLL_SUFFIX := so
DLL_COMMAND := -shared -Wl,-soname="libiovmall.so"
FLAT_NAMESPACE :=

to

DLL_SUFFIX := so
DLL_COMMAND := -shared -Wl,-soname="/usr/local/lib/libiovmall.so"
FLAT_NAMESPACE :=

Install again.

Regards

BB


Re: libiovmall.so-Bug

by Steve Dekorte :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thanks, I've added the change.

On 2009-06-16, at 2:24 PM, bblochl2 wrote:

> Change Line 21 in Makefile
>
> DLL_SUFFIX := so
> DLL_COMMAND := -shared -Wl,-soname="libiovmall.so"
> FLAT_NAMESPACE :=
>
> to
>
> DLL_SUFFIX := so
> DLL_COMMAND := -shared -Wl,-soname="/usr/local/lib/libiovmall.so"
> FLAT_NAMESPACE :=
>
> Install again.
>
> Regards
>
> BB