Comment 9 for bug 751142

Revision history for this message
Deepak C Shetty (dpkshetty) wrote :

>You can either edit /usr/lib/i386-linux-gnu/libgcrypt.la by hand to replace
>libdir=/lib with libdir=/usr/lib/i386-linux-gnu, or create a
>/lib/libgcrypt.la symlink pointing to the real file.

I had tried changing libdir=/usr/lib/... manually.
but when i do make the SUBDIR .la gets dynamically generated and it still points to /lib/....
I even tried starting from the ./autogen step for my module compilation, it did not help.
Wanted to document that here.

Will try the symlink approach. Thanks Steve.