Re: libglade question
Martin Norbäck <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
fre 2004-01-09 klockan 04.43 skrev Greg Kedrovsky:
> I hope I don't irritate someone with this question. It seems to be a
> common deal, but I can't find the solution.
>
> I am running Slackware 9.1 and have all the most-recent files for Ogle,
> thanks the the fellow who put together the Slack packages.
>
> When running ogle, though, I get this error:
>
> Error during dlopen: libglade.so.0: cannot open shared object file: No
> such file or directory
Yes, this is because ogle_gui by default compiles with gtk version 1.
When using gtk version 1, you also need libglade version 0.17 or
similiar. My guess is that you only have libglade version 2 installed.
This has nothing to do with "developer versions", as far as I know,
slackware doesn't make that distinction.
You can solve this problem in at least two different ways:
* Install libglade version 0.17, or
* Make slackware compile ogle_gui with the flag --enable-gtk2 to
configure. This will make ogle_gui use gtk version 2 (and
libglade version 2).
Regards,
Martin