Mailinglist Archive: opensuse-edu (59 mails)
| < Previous | Next > |
Re: [suse-linux-uk-schools] Sophos
- From: Thomas Adam <thomas_adam16@xxxxxxxxx>
- Date: Wed, 2 Mar 2005 11:56:03 +0000 (UTC)
- Message-id: <20050302115558.2128.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
--- Miles Berry <mberry@xxxxxxxxxxxxxxxxxxxxx> wrote:
> Sophie isn't a Suse package so I've dowloaded the source, but can't get
> past the configure script, which says it cant find the savilib library,
> although the library is, in fact, where sophie configure is looking for
> it.
Sometimes (well, usually), when you run ./configure -- it builds up a
cache of what it found last time. If, however, ./configure bombed out
with an error, which you then subsequently fixed, it's likely that the
answer from last time round is still cached. Hence:
rm ./config.cache && ./configure --whatever --options
That may or maynot work, of course -- it depends on how the project was
built. If you still get that error, then it is either that you don't have
the *devel package installed for the said library, or the error isn't with
the library at all. In fact, sending us the "config.log" file would be of
help -- upload it to a webserver if you can.
Also, I'd be interesting in cross-referencing that file with the output
produced from:
./configure > ./configure.errlog 2>&1
i.e., the configure.errlog file that is produced.
If you send those two things, perhaps we can work out what's not working.
HTH,
-- Thomas Adam
Send instant messages to your online friends http://uk.messenger.yahoo.com
> Sophie isn't a Suse package so I've dowloaded the source, but can't get
> past the configure script, which says it cant find the savilib library,
> although the library is, in fact, where sophie configure is looking for
> it.
Sometimes (well, usually), when you run ./configure -- it builds up a
cache of what it found last time. If, however, ./configure bombed out
with an error, which you then subsequently fixed, it's likely that the
answer from last time round is still cached. Hence:
rm ./config.cache && ./configure --whatever --options
That may or maynot work, of course -- it depends on how the project was
built. If you still get that error, then it is either that you don't have
the *devel package installed for the said library, or the error isn't with
the library at all. In fact, sending us the "config.log" file would be of
help -- upload it to a webserver if you can.
Also, I'd be interesting in cross-referencing that file with the output
produced from:
./configure > ./configure.errlog 2>&1
i.e., the configure.errlog file that is produced.
If you send those two things, perhaps we can work out what's not working.
HTH,
-- Thomas Adam
Send instant messages to your online friends http://uk.messenger.yahoo.com
| < Previous | Next > |