Re: ldconfig problem after upgrade 4.11 to 5.5

2007-09-02 Thread Martin Schweizer
Hello Kris

Am Mon, Aug 27, 2007 at 03:34:54PM + Kris Kennaway schrieb:
After I updated my 4.11 to an 5.5 system (following 
/usr/src/UPDATING), I get 
around 63 error messages while the system boot up:

ldconfig: /var/run/ld.so.hints: No such file or directory
  search: trailing characters ignored
  No such file or directory
0: - lmalloc.1.1: trailing characters ignored. No such 
file or 
directory
...
...

   Looks like it might be a broken symlink.
   
   Why are you updating to 5.5 though?  You should be using 6.2.
  
  If I'm understanding /usr/src/UPDATING correct I should first 
  update to 5.5 
  and then to 6.2?
 
 OK.  It may have been easier (and still could be) to just do a binary
 upgrade instead.
 
  Any ideas where I can check this symlink?
 
 Use find(1) to look for libmalloc.so.1.1

The files are all located in /usr/lib/compat/aout. The path is defined 
in 
/etc/defaults/rc.conf
[snip]
ldconfig_paths_aout=/usr/lib/compat/aout /usr/X11R6/lib/aout 
/usr/local/lib/aout
[snip]

Any ideas?
   
   Are you missing aout support from your kernel?  I think it's COMPAT_AOUT.
  
  After reading about ldconfig and playing with the parameters (see man page) 
  I 
  find out that the processing of the pathes in /etc/defaults/rc.conf isn't 
  correct.
  /etc/defaults/rc.conf:
  [snip]
  ldconfig_insecure=NO  # Set to YES to disable ldconfig security checks
  ldconfig_paths=/usr/lib/compat /usr/X11R6/lib /usr/local/lib
  ldconfig_paths_aout=/usr/lib/compat/aout /usr/X11R6/lib/aout 
  /usr/local/lib/aout
  ldconfig_local_dirs=/usr/local/libdata/ldconfig 
  /usr/X11R6/libdata/ldconfig
  # Local directories with ldconfig configuration files.
  ldconfig_local32_dirs=/usr/local/libdata/ldconfig32 
  /usr/X11R6/libdata/ldconfig32
  # Local directories with 32-bit compatibility ldconfig
  [snip]
  
  Following this I set in /etc/rc.conf
  
  [snip]
  ldconfig_paths_aout=/usr/lib/compat/aout
  [snip]
  
  Any ideas why the kernel do not process the pathes correct?
  
  Now it works. Thank you for your help.
  
 
 You need a.out support *IN YOUR KERNEL*.  i.e. you need to enable it
 in your kernel configuration and recompile your kernel.

Only for clarification. This option I've in my kernel:
[snip]
options COMPAT_AOUT
[snip]

After the above change in /etc/rc.conf no messages occurs while FreeBSD is 
starting.

-- 
Regards,

Martin Schweizer
[EMAIL PROTECTED]

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgphwFE6k0ARp.pgp
Description: PGP signature


Re: ldconfig problem after upgrade 4.11 to 5.5

2007-09-02 Thread Kris Kennaway

Martin Schweizer wrote:

Hello Kris

Am Mon, Aug 27, 2007 at 03:34:54PM + Kris Kennaway schrieb:
After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I get 
around 63 error messages while the system boot up:


ldconfig: /var/run/ld.so.hints: No such file or directory
  search: trailing characters ignored
  No such file or directory
0: - lmalloc.1.1: trailing characters ignored. No such file or 
directory

...
...


Looks like it might be a broken symlink.

Why are you updating to 5.5 though?  You should be using 6.2.
If I'm understanding /usr/src/UPDATING correct I should first update to 5.5 
and then to 6.2?

OK.  It may have been easier (and still could be) to just do a binary
upgrade instead.


Any ideas where I can check this symlink?

Use find(1) to look for libmalloc.so.1.1
The files are all located in /usr/lib/compat/aout. The path is defined in 
/etc/defaults/rc.conf

[snip]
ldconfig_paths_aout=/usr/lib/compat/aout /usr/X11R6/lib/aout 
/usr/local/lib/aout
[snip]

Any ideas?

Are you missing aout support from your kernel?  I think it's COMPAT_AOUT.
After reading about ldconfig and playing with the parameters (see man page) I 
find out that the processing of the pathes in /etc/defaults/rc.conf isn't 
correct.

/etc/defaults/rc.conf:
[snip]
ldconfig_insecure=NO# Set to YES to disable ldconfig security checks
ldconfig_paths=/usr/lib/compat /usr/X11R6/lib /usr/local/lib
ldconfig_paths_aout=/usr/lib/compat/aout /usr/X11R6/lib/aout 
/usr/local/lib/aout
ldconfig_local_dirs=/usr/local/libdata/ldconfig /usr/X11R6/libdata/ldconfig
# Local directories with ldconfig configuration files.
ldconfig_local32_dirs=/usr/local/libdata/ldconfig32 
/usr/X11R6/libdata/ldconfig32
# Local directories with 32-bit compatibility ldconfig
[snip]

Following this I set in /etc/rc.conf

[snip]
ldconfig_paths_aout=/usr/lib/compat/aout
[snip]

Any ideas why the kernel do not process the pathes correct?

Now it works. Thank you for your help.


You need a.out support *IN YOUR KERNEL*.  i.e. you need to enable it
in your kernel configuration and recompile your kernel.


Only for clarification. This option I've in my kernel:
[snip]
options COMPAT_AOUT
[snip]

After the above change in /etc/rc.conf no messages occurs while FreeBSD is 
starting.


OK great, thanks for confirming.

Kris

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


Re: ldconfig problem after upgrade 4.11 to 5.5

2007-08-27 Thread Kris Kennaway
On Sun, Aug 26, 2007 at 05:35:46PM +0200, Martin Schweizer wrote:
 Hello Kris
 
 Am Wed, Aug 22, 2007 at 09:20:51AM -0400 Kris Kennaway schrieb:
   After I updated my 4.11 to an 5.5 system (following 
   /usr/src/UPDATING), I get 
   around 63 error messages while the system boot up:
   
   ldconfig: /var/run/ld.so.hints: No such file or directory
 search: trailing characters ignored
 No such file or directory
   0: - lmalloc.1.1: trailing characters ignored. No such 
   file or 
   directory
   ...
   ...
   
  Looks like it might be a broken symlink.
  
  Why are you updating to 5.5 though?  You should be using 6.2.
 
 If I'm understanding /usr/src/UPDATING correct I should first update 
 to 5.5 
 and then to 6.2?

OK.  It may have been easier (and still could be) to just do a binary
upgrade instead.

 Any ideas where I can check this symlink?

Use find(1) to look for libmalloc.so.1.1
   
   The files are all located in /usr/lib/compat/aout. The path is defined in 
   /etc/defaults/rc.conf
   [snip]
   ldconfig_paths_aout=/usr/lib/compat/aout /usr/X11R6/lib/aout 
   /usr/local/lib/aout
   [snip]
   
   Any ideas?
  
  Are you missing aout support from your kernel?  I think it's COMPAT_AOUT.
 
 After reading about ldconfig and playing with the parameters (see man page) I 
 find out that the processing of the pathes in /etc/defaults/rc.conf isn't 
 correct.
 /etc/defaults/rc.conf:
 [snip]
 ldconfig_insecure=NO# Set to YES to disable ldconfig security checks
 ldconfig_paths=/usr/lib/compat /usr/X11R6/lib /usr/local/lib
 ldconfig_paths_aout=/usr/lib/compat/aout /usr/X11R6/lib/aout 
 /usr/local/lib/aout
 ldconfig_local_dirs=/usr/local/libdata/ldconfig /usr/X11R6/libdata/ldconfig
   # Local directories with ldconfig configuration files.
 ldconfig_local32_dirs=/usr/local/libdata/ldconfig32 
 /usr/X11R6/libdata/ldconfig32
   # Local directories with 32-bit compatibility ldconfig
 [snip]
 
 Following this I set in /etc/rc.conf
 
 [snip]
 ldconfig_paths_aout=/usr/lib/compat/aout
 [snip]
 
 Any ideas why the kernel do not process the pathes correct?
 
 Now it works. Thank you for your help.
 

You need a.out support *IN YOUR KERNEL*.  i.e. you need to enable it
in your kernel configuration and recompile your kernel.

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


Re: ldconfig problem after upgrade 4.11 to 5.5

2007-08-26 Thread Martin Schweizer
Hello Kris

Am Wed, Aug 22, 2007 at 09:20:51AM -0400 Kris Kennaway schrieb:
  After I updated my 4.11 to an 5.5 system (following 
  /usr/src/UPDATING), I get 
  around 63 error messages while the system boot up:
  
  ldconfig: /var/run/ld.so.hints: No such file or directory
search: trailing characters ignored
No such file or directory
  0: - lmalloc.1.1: trailing characters ignored. No such file 
  or 
  directory
  ...
  ...
  
 Looks like it might be a broken symlink.
 
 Why are you updating to 5.5 though?  You should be using 6.2.

If I'm understanding /usr/src/UPDATING correct I should first update to 
5.5 
and then to 6.2?
   
   OK.  It may have been easier (and still could be) to just do a binary
   upgrade instead.
   
Any ideas where I can check this symlink?
   
   Use find(1) to look for libmalloc.so.1.1
  
  The files are all located in /usr/lib/compat/aout. The path is defined in 
  /etc/defaults/rc.conf
  [snip]
  ldconfig_paths_aout=/usr/lib/compat/aout /usr/X11R6/lib/aout 
  /usr/local/lib/aout
  [snip]
  
  Any ideas?
 
 Are you missing aout support from your kernel?  I think it's COMPAT_AOUT.

After reading about ldconfig and playing with the parameters (see man page) I 
find out that the processing of the pathes in /etc/defaults/rc.conf isn't 
correct.
/etc/defaults/rc.conf:
[snip]
ldconfig_insecure=NO  # Set to YES to disable ldconfig security checks
ldconfig_paths=/usr/lib/compat /usr/X11R6/lib /usr/local/lib
ldconfig_paths_aout=/usr/lib/compat/aout /usr/X11R6/lib/aout 
/usr/local/lib/aout
ldconfig_local_dirs=/usr/local/libdata/ldconfig /usr/X11R6/libdata/ldconfig
# Local directories with ldconfig configuration files.
ldconfig_local32_dirs=/usr/local/libdata/ldconfig32 
/usr/X11R6/libdata/ldconfig32
# Local directories with 32-bit compatibility ldconfig
[snip]

Following this I set in /etc/rc.conf

[snip]
ldconfig_paths_aout=/usr/lib/compat/aout
[snip]

Any ideas why the kernel do not process the pathes correct?

Now it works. Thank you for your help.

-- 

Regards

Martin Schweizer
[EMAIL PROTECTED]

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgpxscqlhhKE6.pgp
Description: PGP signature


Re: ldconfig problem after upgrade 4.11 to 5.5

2007-08-22 Thread Kris Kennaway
On Wed, Aug 22, 2007 at 06:51:18AM +0200, Martin Schweizer wrote:
 Hello Kris
 
 Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb:
  On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote:
   After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I 
   get 
   around 63 error messages while the system boot up:
   
   ldconfig: /var/run/ld.so.hints: No such file or directory
 search: trailing characters ignored
 No such file or directory
   0: - lmalloc.1.1: trailing characters ignored. No such file or 
   directory
   ...
   ...
   
  Looks like it might be a broken symlink.
  
  Why are you updating to 5.5 though?  You should be using 6.2.
 
 If I'm understanding /usr/src/UPDATING correct I should first update to 5.5 
 and then to 6.2?

OK.  It may have been easier (and still could be) to just do a binary
upgrade instead.

 Any ideas where I can check this symlink?

Use find(1) to look for libmalloc.so.1.1

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


Re: ldconfig problem after upgrade 4.11 to 5.5

2007-08-22 Thread Kris Kennaway
On Wed, Aug 22, 2007 at 07:06:19AM +0200, Martin Schweizer wrote:
 Hello Kris
 
 Am Wed, Aug 22, 2007 at 06:51:18AM +0200 Martin Schweizer schrieb:
  Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb:
   On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote:
After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), 
I get 
around 63 error messages while the system boot up:

ldconfig: /var/run/ld.so.hints: No such file or directory
  search: trailing characters ignored
  No such file or directory
0: - lmalloc.1.1: trailing characters ignored. No such file or 
directory
...
...

   Looks like it might be a broken symlink.
   
   Why are you updating to 5.5 though?  You should be using 6.2.
  
  If I'm understanding /usr/src/UPDATING correct I should first update to 5.5 
  and then to 6.2? Any ideas where I can check this symlink?
 
 In /etc/defaults/rc.conf I find some pathes which are not valid:
 
 ldconfig_local_dirs=/usr/local/libdata/ldconfig /usr/X11R6/libdata/ldconfig
 # Local directories with ldconfig configuration files.
 ldconfig_local32_dirs=/usr/local/libdata/ldconfig32 
 /usr/X11R6/libdata/ldconfig32
 # Local directories with 32-bit compatibility ldconfig
 
 Is this the problem?

No, shouldn't be.  You have something left behind on your system that
is causing problems.  Perhaps it was from an even older version than
4.11, if you had done previous upgrades from e.g. 3.x.

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


Re: ldconfig problem after upgrade 4.11 to 5.5

2007-08-22 Thread Martin Schweizer
Hello Kris

Am Wed, Aug 22, 2007 at 02:31:04AM -0400 Kris Kennaway schrieb:
  
  Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb:
   On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote:
After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), 
I get 
around 63 error messages while the system boot up:

ldconfig: /var/run/ld.so.hints: No such file or directory
  search: trailing characters ignored
  No such file or directory
0: - lmalloc.1.1: trailing characters ignored. No such file or 
directory
...
...

   Looks like it might be a broken symlink.
   
   Why are you updating to 5.5 though?  You should be using 6.2.
  
  If I'm understanding /usr/src/UPDATING correct I should first update to 5.5 
  and then to 6.2?
 
 OK.  It may have been easier (and still could be) to just do a binary
 upgrade instead.
 
  Any ideas where I can check this symlink?
 
 Use find(1) to look for libmalloc.so.1.1

The files are all located in /usr/lib/compat/aout. The path is defined in 
/etc/defaults/rc.conf
[snip]
ldconfig_paths_aout=/usr/lib/compat/aout /usr/X11R6/lib/aout 
/usr/local/lib/aout
[snip]

Any ideas?

-- 

Regards

Martin Schweizer
[EMAIL PROTECTED]

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgpCA1LHylS4f.pgp
Description: PGP signature


Re: ldconfig problem after upgrade 4.11 to 5.5

2007-08-22 Thread Kris Kennaway
On Wed, Aug 22, 2007 at 08:44:31AM +0200, Martin Schweizer wrote:
 Hello Kris
 
 Am Wed, Aug 22, 2007 at 02:31:04AM -0400 Kris Kennaway schrieb:
   
   Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb:
On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote:
 After I updated my 4.11 to an 5.5 system (following 
 /usr/src/UPDATING), I get 
 around 63 error messages while the system boot up:
 
 ldconfig: /var/run/ld.so.hints: No such file or directory
   search: trailing characters ignored
   No such file or directory
 0: - lmalloc.1.1: trailing characters ignored. No such file 
 or 
 directory
 ...
 ...
 
Looks like it might be a broken symlink.

Why are you updating to 5.5 though?  You should be using 6.2.
   
   If I'm understanding /usr/src/UPDATING correct I should first update to 
   5.5 
   and then to 6.2?
  
  OK.  It may have been easier (and still could be) to just do a binary
  upgrade instead.
  
   Any ideas where I can check this symlink?
  
  Use find(1) to look for libmalloc.so.1.1
 
 The files are all located in /usr/lib/compat/aout. The path is defined in 
 /etc/defaults/rc.conf
 [snip]
 ldconfig_paths_aout=/usr/lib/compat/aout /usr/X11R6/lib/aout 
 /usr/local/lib/aout
 [snip]
 
 Any ideas?

Are you missing aout support from your kernel?  I think it's COMPAT_AOUT.

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


Re: ldconfig problem after upgrade 4.11 to 5.5

2007-08-22 Thread Martin Schweizer
Hello Kris

Am Wed, Aug 22, 2007 at 09:20:51AM -0400 Kris Kennaway schrieb:
  After I updated my 4.11 to an 5.5 system (following 
  /usr/src/UPDATING), I get 
  around 63 error messages while the system boot up:
  
  ldconfig: /var/run/ld.so.hints: No such file or directory
search: trailing characters ignored
No such file or directory
  0: - lmalloc.1.1: trailing characters ignored. No such file 
  or 
  directory
  ...
  ...
  
 Looks like it might be a broken symlink.
 
 Why are you updating to 5.5 though?  You should be using 6.2.

If I'm understanding /usr/src/UPDATING correct I should first update to 
5.5 
and then to 6.2?
   
   OK.  It may have been easier (and still could be) to just do a binary
   upgrade instead.
   
Any ideas where I can check this symlink?
   
   Use find(1) to look for libmalloc.so.1.1
  
  The files are all located in /usr/lib/compat/aout. The path is defined in 
  /etc/defaults/rc.conf
  [snip]
  ldconfig_paths_aout=/usr/lib/compat/aout /usr/X11R6/lib/aout 
  /usr/local/lib/aout
  [snip]
  
  Any ideas?
 
 Are you missing aout support from your kernel?  I think it's COMPAT_AOUT.

As described in /usr/src/UPDATING I compiled my kernel with this option.

-- 

Regards

Martin 
[EMAIL PROTECTED]

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgpsMLyBCGkoe.pgp
Description: PGP signature


ldconfig problem after upgrade 4.11 to 5.5

2007-08-21 Thread Martin Schweizer
Hello

After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I get 
around 63 error messages while the system boot up:

ldconfig: /var/run/ld.so.hints: No such file or directory
  search: trailing characters ignored
  No such file or directory
0: - lmalloc.1.1: trailing characters ignored. No such file or 
directory
...
...

What did I wrong or what did I forget? Any hints are welcome.

-- 

Regards

Martin 
[EMAIL PROTECTED]

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgp25mbMxk7mU.pgp
Description: PGP signature


Re: ldconfig problem after upgrade 4.11 to 5.5

2007-08-21 Thread Kris Kennaway
On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote:
 Hello
 
 After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I get 
 around 63 error messages while the system boot up:
 
 ldconfig: /var/run/ld.so.hints: No such file or directory
   search: trailing characters ignored
   No such file or directory
 0: - lmalloc.1.1: trailing characters ignored. No such file or 
 directory
 ...
 ...
 
 What did I wrong or what did I forget? Any hints are welcome.

Looks like it might be a broken symlink.

Why are you updating to 5.5 though?  You should be using 6.2.

Kris


pgp6AShQ0tBRu.pgp
Description: PGP signature


Re: ldconfig problem after upgrade 4.11 to 5.5

2007-08-21 Thread Martin Schweizer
Hello Kris

Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb:
 On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote:
  After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I 
  get 
  around 63 error messages while the system boot up:
  
  ldconfig: /var/run/ld.so.hints: No such file or directory
search: trailing characters ignored
No such file or directory
  0: - lmalloc.1.1: trailing characters ignored. No such file or 
  directory
  ...
  ...
  
 Looks like it might be a broken symlink.
 
 Why are you updating to 5.5 though?  You should be using 6.2.

If I'm understanding /usr/src/UPDATING correct I should first update to 5.5 
and then to 6.2? Any ideas where I can check this symlink?

-- 

Regards

Martin 
[EMAIL PROTECTED]

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgpsGdimuhshx.pgp
Description: PGP signature


Re: ldconfig problem after upgrade 4.11 to 5.5

2007-08-21 Thread Martin Schweizer
Hello Kris

Am Wed, Aug 22, 2007 at 06:51:18AM +0200 Martin Schweizer schrieb:
 Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb:
  On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote:
   After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I 
   get 
   around 63 error messages while the system boot up:
   
   ldconfig: /var/run/ld.so.hints: No such file or directory
 search: trailing characters ignored
 No such file or directory
   0: - lmalloc.1.1: trailing characters ignored. No such file or 
   directory
   ...
   ...
   
  Looks like it might be a broken symlink.
  
  Why are you updating to 5.5 though?  You should be using 6.2.
 
 If I'm understanding /usr/src/UPDATING correct I should first update to 5.5 
 and then to 6.2? Any ideas where I can check this symlink?

In /etc/defaults/rc.conf I find some pathes which are not valid:

ldconfig_local_dirs=/usr/local/libdata/ldconfig /usr/X11R6/libdata/ldconfig
# Local directories with ldconfig configuration files.
ldconfig_local32_dirs=/usr/local/libdata/ldconfig32 
/usr/X11R6/libdata/ldconfig32
# Local directories with 32-bit compatibility ldconfig

Is this the problem?


-- 

Regards
Martin 
[EMAIL PROTECTED]

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgpsJnTC6GKD9.pgp
Description: PGP signature