Build failure in 4.4 branch with --enable-ext-google-docs on Xubuntu 14.04 amd64: "undefined reference to symbol 'dlclose@@GLIBC_2.2.5'"

Andras Timar timar74 at gmail.com
Wed Dec 17 03:02:01 PST 2014


Hi,

On Wed, Dec 17, 2014 at 10:26 AM, David Gerard <dgerard at gmail.com> wrote:
> (originally filed as Bug 87293, but I was redirected here)
>
>
> I am attempting to build with the Google Drive connection:
> ./autogen.sh --enable-ext-google-docs --with-gdrive-client-secret ; make

--enable-ext-google-docs enables the obsolete Google Docs extension,
you don't need that. For the built-in Google Drive support via CMIS
you need --with-gdrive-client-secret and
--with-google-drive-client-id. Of course, you need to register with
Google first, and pass real, existing id and secret to autogen.sh.

E.g. (these are fake data)

./autogen.sh --with-gdrive-client-secret=ldhfagfxqkjewgfzutghdgfqw
--with-google-drive-client-id=326483264627629736-23432432sfdgfdsgfds.apps.googleusercontent.com

Best regards,
Andras


More information about the LibreOffice mailing list