Re: ghostview missing libc.so.4?

2003-12-29 Thread Chip Wiegand
Thanks for the tip - I installed compat4 and lilypond runs fine now.
If I remember correctly the compats were installed by default in earlier 
versions weren't they?
Anyway, thanks,
Chip

Matthew Seaman wrote:

On Sat, Dec 27, 2003 at 10:33:34PM -0800, paul beard wrote:
 

On Dec 27, 2003, at 10:27 PM, Chip Wiegand wrote:

   

Mine has libc.so.5. No wonder the app is failing, it specifically 
wants .4 and is too dumb to work with anything newer. I'm getting real 
frustrated with this again, I'd like to move away from MS but it's not 
easy to do when the apps I need don't even work properly.
 

You could fake it out with a symlink, but the Real Solution may be to 
rebuild whatever that file is part of, which I assume means a 
buildworld.
   

No -- don't do that.  Shlib version numbers are changed for a reason.

Instead either install the misc/compat4x port or else set COMPAT4X=yes
in /etc/make.conf and rebuild your world.  This will let you run apps
compiled for 4.x on a 5.x system.
 

I'm only running 4.9: I assume you're on 5.x if you have a higher file 
number?
   

Yes -- for libc the shlib version number is the same as the major
version number of the OS.
	Cheers,

	Matthew

 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostview missing libc.so.4?

2003-12-29 Thread Matthew Emmerton

You sound like you're running 5.x.  You will need to install the
compat4x distribution to get FreeBSD-4.x compatibility libraries.

You sound lik you should be running 4.x anyway -- 5.x is still a strange
mix of bleeding edge and stable -- but it *is* called -CURRENT for a
reason.

Matt

On Sat, 27 Dec 2003, Chip Wiegand wrote:

 Mine has libc.so.5. No wonder the app is failing, it specifically wants
 .4 and is too dumb to work with anything newer. I'm getting real
 frustrated with this again, I'd like to move away from MS but it's not
 easy to do when the apps I need don't even work properly./rant
 --
 Chip

 paul beard wrote:

 
  On Dec 27, 2003, at 8:17 PM, chip wrote:
 
  I just installed ghostview and when I try to open a .ps file I get
  the error that libc.so.4 is missing. If this is a dependency then why
  wasn't it installed with ghostscript or ghostview? What do I need to
  do to fix this? There is no one port for libc.so.4.
 
 
  This is what I have for libc (which I think is pretty darn integral to
  your system): what does ls -l /usr/lib/libc.so* show?
 
  lrwxr-xr-x  1 root  wheel   9 Nov 22 23:04 /usr/lib/libc.so -
  libc.so.4
  -r--r--r--  1 root  wheel  578964 Nov 22 23:04 /usr/lib/libc.so.4
 
  --
  Paul Beard
  www.paulbeard.org/
  paulbeard [at] mac.com
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
  .
 

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostview missing libc.so.4?

2003-12-29 Thread Matthew Seaman
On Sun, Dec 28, 2003 at 10:04:17PM -0800, Chip Wiegand wrote:
 Thanks for the tip - I installed compat4 and lilypond runs fine now.
 If I remember correctly the compats were installed by default in earlier 
 versions weren't they?

Only in the sense that today's compat lib was yesterday's latest libc
version.  The default has always been that the compat libraries were
not installed for as long as I've been using FreeBSD -- which is as
far back as FreeBSD-2.2.8

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: ghostview missing libc.so.4?

2003-12-29 Thread chip
Matthew Emmerton wrote:

You sound like you're running 5.x.  You will need to install the
compat4x distribution to get FreeBSD-4.x compatibility libraries.
You sound lik you should be running 4.x anyway -- 5.x is still a strange
mix of bleeding edge and stable -- but it *is* called -CURRENT for a
reason.
Matt
 

I am running 5.1-release. When I first read your response I thought 
'wait a minute - it is a release, so it is stable'. Then I went back and 
read the info on the web site about 5.1-release. It is a 'release' based 
on the 'current' 5.0-current. I learned that just becuase it says 
-release doesn't mean it is based on -stable. Guess I hadn't noticed 
that before. Anyway, all is working fine now.
Thanks.
--
Chip

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostview missing libc.so.4?

2003-12-28 Thread Dan Nelson
In the last episode (Dec 27), Chip Wiegand said:
 Mine has libc.so.5. No wonder the app is failing, it specifically
 wants .4 and is too dumb to work with anything newer. I'm getting
 real frustrated with this again, I'd like to move away from MS but
 it's not easy to do when the apps I need don't even work
 properly./rant

Somehow you managed to install a FreeBSD 4 package onto a FreeBSD 5
system.  pkg_delete it, then run pkg_add -r ghostview to fetch the
correct package from ftp.freebsd.org, or cd into
/usr/ports/print/ghostview and run make install if you want to build
it yourself.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostview missing libc.so.4?

2003-12-28 Thread Chip Wiegand
Dan Nelson wrote:

In the last episode (Dec 27), Chip Wiegand said:
 

Mine has libc.so.5. No wonder the app is failing, it specifically
wants .4 and is too dumb to work with anything newer. I'm getting
real frustrated with this again, I'd like to move away from MS but
it's not easy to do when the apps I need don't even work
properly./rant
   

Somehow you managed to install a FreeBSD 4 package onto a FreeBSD 5
system.  pkg_delete it, then run pkg_add -r ghostview to fetch the
correct package from ftp.freebsd.org, or cd into
/usr/ports/print/ghostview and run make install if you want to build
it yourself.
 

Still one problem with doing that - after pkg_delete ghostview and 
pkg_add -r ghostview I get these errors -
cannot find ghostscipt in your path - install your favorite version of 
ghostscript, otherwise the program is useless
warning: package 'ghostview-1.5 ' requires 'imake-4.3.0' but found 
'imake-4.3.0_2'
warning: package 'ghostview-1.5  requires 'freetype2-2.1.4_1' but found 
'freetype2-2.1.5._1'
warning: package 'ghostview-1.5 requires 'fontconfig-2.2.0' but found 
'fontconfig-2.2.90_3'
warning: package 'ghostview-1.5 requires 'XFree86-libraries-4.3.0_5' but 
found 'XFree86-libraries-4.3.0_6'

I have ghostscript-gnu-7.07_4 installed.
This is really messed up.
--
Chip


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostview missing libc.so.4?

2003-12-28 Thread Chip Wiegand
Paul beard wrote:

On Dec 27, 2003, at 10:27 PM, Chip Wiegand wrote:

Mine has libc.so.5. No wonder the app is failing, it specifically 
wants .4 and is too dumb to work with anything newer. I'm getting 
real frustrated with this again, I'd like to move away from MS but 
it's not easy to do when the apps I need don't even work properly.


You could fake it out with a symlink, but the Real Solution may be to 
rebuild whatever that file is part of, which I assume means a buildworld.

I'm only running 4.9: I assume you're on 5.x if you have a higher file 
number?
Yep, I installed 5.1.
--
Chip
--
Paul Beard
www.paulbeard.org/
paulbeard [at] mac.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostview missing libc.so.4?

2003-12-28 Thread Matthew Seaman
On Sat, Dec 27, 2003 at 10:33:34PM -0800, paul beard wrote:
 
 On Dec 27, 2003, at 10:27 PM, Chip Wiegand wrote:
 
 Mine has libc.so.5. No wonder the app is failing, it specifically 
 wants .4 and is too dumb to work with anything newer. I'm getting real 
 frustrated with this again, I'd like to move away from MS but it's not 
 easy to do when the apps I need don't even work properly.
 
 You could fake it out with a symlink, but the Real Solution may be to 
 rebuild whatever that file is part of, which I assume means a 
 buildworld.

No -- don't do that.  Shlib version numbers are changed for a reason.

Instead either install the misc/compat4x port or else set COMPAT4X=yes
in /etc/make.conf and rebuild your world.  This will let you run apps
compiled for 4.x on a 5.x system.
 
 I'm only running 4.9: I assume you're on 5.x if you have a higher file 
 number?

Yes -- for libc the shlib version number is the same as the major
version number of the OS.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: ghostview missing libc.so.4?

2003-12-28 Thread Kris Kennaway
On Sun, Dec 28, 2003 at 12:09:13AM -0800, Chip Wiegand wrote:

 Still one problem with doing that - after pkg_delete ghostview and 
 pkg_add -r ghostview I get these errors -

Those are warnings, not errors.

Kris


pgp0.pgp
Description: PGP signature


Re: ghostview missing libc.so.4?

2003-12-28 Thread David Fleck
On Sun, 28 Dec 2003, Chip Wiegand wrote:
 Still one problem with doing that - after pkg_delete ghostview and
 pkg_add -r ghostview I get these errors -
 cannot find ghostscipt in your path - install your favorite version of
 ghostscript, otherwise the program is useless
 warning: package 'ghostview-1.5 ' requires 'imake-4.3.0' but found
 'imake-4.3.0_2'
 warning: package 'ghostview-1.5  requires 'freetype2-2.1.4_1' but found
 'freetype2-2.1.5._1'
 warning: package 'ghostview-1.5 requires 'fontconfig-2.2.0' but found
 'fontconfig-2.2.90_3'
 warning: package 'ghostview-1.5 requires 'XFree86-libraries-4.3.0_5' but
 found 'XFree86-libraries-4.3.0_6'

 I have ghostscript-gnu-7.07_4 installed.

The 'I can't find ghostscript (gs) in your search path.' message appears
to be bogus -- I get the same message, but ghostview runs just fine after
the install ( and gs *is* in my path, /usr/local/bin/gs).

--
David Fleck
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ghostview missing libc.so.4?

2003-12-27 Thread chip
I just installed ghostview and when I try to open a .ps file I get the 
error that libc.so.4 is missing. If this is a dependency then why wasn't 
it installed with ghostscript or ghostview? What do I need to do to fix 
this? There is no one port for libc.so.4.
Thanks,
Chip

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostview missing libc.so.4?

2003-12-27 Thread paul beard
On Dec 27, 2003, at 8:17 PM, chip wrote:

I just installed ghostview and when I try to open a .ps file I get the 
error that libc.so.4 is missing. If this is a dependency then why 
wasn't it installed with ghostscript or ghostview? What do I need to 
do to fix this? There is no one port for libc.so.4.

This is what I have for libc (which I think is pretty darn integral to 
your system): what does ls -l /usr/lib/libc.so* show?

lrwxr-xr-x  1 root  wheel   9 Nov 22 23:04 /usr/lib/libc.so - 
libc.so.4
-r--r--r--  1 root  wheel  578964 Nov 22 23:04 /usr/lib/libc.so.4

--
Paul Beard
www.paulbeard.org/
paulbeard [at] mac.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostview missing libc.so.4?

2003-12-27 Thread Chip Wiegand
Mine has libc.so.5. No wonder the app is failing, it specifically wants 
.4 and is too dumb to work with anything newer. I'm getting real 
frustrated with this again, I'd like to move away from MS but it's not 
easy to do when the apps I need don't even work properly./rant
--
Chip

paul beard wrote:

On Dec 27, 2003, at 8:17 PM, chip wrote:

I just installed ghostview and when I try to open a .ps file I get 
the error that libc.so.4 is missing. If this is a dependency then why 
wasn't it installed with ghostscript or ghostview? What do I need to 
do to fix this? There is no one port for libc.so.4.

This is what I have for libc (which I think is pretty darn integral to 
your system): what does ls -l /usr/lib/libc.so* show?

lrwxr-xr-x  1 root  wheel   9 Nov 22 23:04 /usr/lib/libc.so - 
libc.so.4
-r--r--r--  1 root  wheel  578964 Nov 22 23:04 /usr/lib/libc.so.4

--
Paul Beard
www.paulbeard.org/
paulbeard [at] mac.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ghostview missing libc.so.4?

2003-12-27 Thread paul beard
On Dec 27, 2003, at 10:27 PM, Chip Wiegand wrote:

Mine has libc.so.5. No wonder the app is failing, it specifically 
wants .4 and is too dumb to work with anything newer. I'm getting real 
frustrated with this again, I'd like to move away from MS but it's not 
easy to do when the apps I need don't even work properly.
You could fake it out with a symlink, but the Real Solution may be to 
rebuild whatever that file is part of, which I assume means a 
buildworld.

I'm only running 4.9: I assume you're on 5.x if you have a higher file 
number?
--
Paul Beard
www.paulbeard.org/
paulbeard [at] mac.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]