Chris (et All)

Everything seems to be ok - except that I can't run the AddFiles.pl script - it comes up with the following error:

[root@localhost Obs]# /usr/local/obs/tools/AddFiles.pl -t
Can't locate Obs/ID3v1.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at /usr/local/obs/tools/AddFiles.pl line 28.
BEGIN failed--compilation aborted at /usr/local/obs/tools/AddFiles.pl line 28.


I've done a locate - and the file :  ID3v1.pm doesn't exist on my machine.  What am I missing?

Tom


At 16:46 24/01/2001 -0500, you wrote:
Tom Peck wrote:

> This puts the libmysqlclient.* in this dir:
> /usr/local/mysql/lib/mysql/

Ugh.  But ok.

> Main.cpp:27:25: mysql/mysql.h: No such file or directory
> In file included from Main.cpp:31:

> So - now I'm stuck at a different stage - but on a similar problem.

Luckily, this problem is easier to fix.  g++ is looking for
"/usr/include/mysql/mysql.h".  This doesn't exist - it's
/usr/local/mysql/include/mysql.h or
/usr/local/mysql/include/mysql/mysql.h; simply ln -s
/usr/include/mysql/include(/mysql) /usr/include/mysql and 'make' again.

> How can I remove MySQL properly - leaving no trace - so that I can
> re-install it to the normal installation directory?  This is the only
> fix I can think of.

Hmm ... assuming MySQL is nice, you can simply 'rm -rf /usr/local/mysql
/etc/mysql*', but this is probably not needed.  To find the broken
symlinks, you can use the 'find' command, with the '-type' predicate,
looking for broken links, as:

find /usr/lib -type N -print

where N is the type for broken links (man find).  But again, don't go
doing this - your installation is fine, albeit a bit of a nuisance at
the moment.

> I'm beginning to tear my hair out.

No need - you're almost there!  ;-)

Chris
--
Oh My God!  They Killed init!  You Bastards!!
make install; not war
_______________________________________________
Obs-dev mailing list
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/obs-dev
_______________________________________________ Obs-dev mailing list [EMAIL PROTECTED] http://www.freeamp.org/mailman/listinfo/obs-dev

Reply via email to