LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Configuring Compupic (https://www.linuxquestions.org/questions/linux-software-2/configuring-compupic-198235/)

Glennzo 06-27-2004 07:02 AM

Configuring Compupic
 
Hi all. Wonder if anyone is using Compupic for Linux. I recently installed this program following instructions I found on the web. Needed to install an older version of glibc for compatibility reasons. That done, I opened a terminal and typed the following, per the tutorial:

LD_LIBRARY_PATH=/usr/local/lib/libc/lib compupic (what's that all mean?)

Compupic showed it's banner and loaded like a champ, running flawlessly. I proceeded to create a desktop launcher, using the same command that I used in the terminal. However, I receive this error message:

There was an error launching the application.
Details: Failed to execute child process "LD_LIBRARY_PATH=/usr/local/lib/libc/lib" (No such file or directory)

I also edited the command line to append the character & after the word compupic, per another tutorial on the web, but nothing changed.

This puzzles me. I have had Compupic working from a desktop launcher in the past, but not this time.
I'm running Gnome under Mandrake 10.

Anyone have any ideas as to why this won't work? Your thoughts greatly appreciated.

Glennzo

swiftnet 11-08-2004 07:02 PM

Did you ever get it to work?
 
When icons don't cooperate, write a simple script.

vi startcompupic.sh

copy the lines below.

#!/bin/bash
LD_LIBRARY_PATH=/usr/local/lib/libc/lib compupic




save it

chmod u+x startcompupic.sh

Point the icon to that script and voila!

What version of glib does compupic need? I have a client who wants a picture manipulation program that allows thumbnails, slideshows and selection for printing. Does compupic do this?

TIA,

Alex

Glennzo 11-09-2004 03:26 AM

I never got it to work. It's not as though I need the program as I don't do much with graphics. It's just something that I've been using for years. I don't even have it installed on the machine at this time.

Compupic needs an earlier version of glibc than what's packaged with today's Linux's, but I'm not sure which one. If you really need to know I can find out. Thank you for you help.

swiftnet 11-09-2004 07:53 AM

I'll rtfm and figure out which glib is needed
 
Thanks,

I'll find out which glib is needed by the tried and true - rtfm!

ImgSeek looks pretty cool and installed very easily : )

Thanks,

Alex

Glennzo 11-09-2004 07:47 PM

Hope you didn't think I was blowing you off by not telling you what version of glib is needed by Compupic. I didn't have the info handy. I might have a printout around somewhere. I actually e-mailed Compupic tech support about it. That's how I found out that I needed an older version of glib. If you want me to research it I can.

Glennzo

Glennzo 11-09-2004 08:02 PM

Swiftnet, I found myself on Google! Here's the text of the message regarding Compupic:

Re: Compupic segfaults under Redhat 9

* From: Glenn Johnson <gjohnz attbi com>
* To: redhat-list redhat com
* Subject: Re: Compupic segfaults under Redhat 9
* Date: Tue Jun 3 19:24:02 2003

Alan, here's the text of an e-mail I got from Compupic tech when I asked them
why Compupic worked under Mandrake 9.0 but not under Mandrake 9.1. I followed
the instructions and now Compupic works for me in MDK9.1. Maybe this will
help you under Redhat.

>This has to do with a problem with the newest glibc breaking binary
>compatibility. To work around this, you can find an older version of
>glibc, install it to a non-standard location like /usr/local/glibc-old
>(look at the rpm manpage for information on how to install it elsewhere)
>and then use the following command-line:

LD_LIBRARY_PATH=/usr/local/glibc/lib compupic &

Scott
Photodex Corporation> Any ideas why CompuPic segfaults under Redhat 9?
>
> It worked under Redhat 8. I suspect the nptl library, but I am not
> certain as the app is statically linked.
>
> I have strace logs of both running and not running versions, but have
> not done any in depth analysis yet.
>
> --
> Alan <alan clueserver org>

--
Glenn Johnson
gjohnz attbi com
Powered by Mandrake Linux v9.1

swiftnet 11-09-2004 08:28 PM

Thanks for the legwork
 
I'll download an old glib and try it. Thanks for the help!


Alex


All times are GMT -5. The time now is 02:00 PM.