Re: CommuniGate Pro on FreeBSD 5.1 (from Stalker Software)

2003-12-21 Thread jirc
Thank you Kent & Ricardo. that solved my problem. I am enjoying FreeBSD

- Original Message - 
From: "Kent Stewart" <[EMAIL PROTECTED]>
To: "Toru" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, December 21, 2003 3:04 AM
Subject: Re: CommuniGate Pro on FreeBSD 5.1 (from Stalker Software)


> On Sunday 21 December 2003 02:40 am, Toru wrote:
> > I've submitted this quesiton to the CommuniGate list, but my
> > quesiton won't show up on their list. so I would like to get
> > a help / hint on what I could do to solve my problem...
> > (thanks). After reasearching on the problem, i found that
> > there are some people who are experiencing similar problem,
> > and it seems to happen commonly when using newer release of
> > FreeBSD...
> >
> > -- my copied question from Communigate Pro list --
> >
> > Where can I find libc_r.so.4 so that I can could run cgp? My
> > server does have libc_r.so.4 and lib_r.so.3 though. It seems
> > like bunch of folks are having problem just like this in
> > FreeBSD.  The following is the copy ssh screen:
> >
> > 
> > Last login: Sat Dec 20 10:05:18 2003 from xxx-xxx-xxx-xxx.
> >
> > Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
> > The Regents of the University of California.  All
> > rights reserved.
> >
> > FreeBSD 5.1-RELEASE (GENERIC) #0: Thu Jun  5 02:55:42 GMT
> > 2003
> >
> > # /usr/local/etc/rc.d/CommuniGate.sh start
> > Starting CommuniGate Pro
> > /usr/libexec/ld-elf.so.1: Shared object "libc_r.so.4" not
> > found
> > #
> > ==
>
> Did you install the COMPATn libraries? I am assuming that so.4 is compat4.
I
> have them in my make.conf so I have never seen the message on my systems.
>
> Kent
>
> -- 
> Kent Stewart
> Richland, WA
>
> http://users.owt.com/kstewart/index.html
>
> ___
> [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]"


Fwd: Re: CommuniGate Pro on FreeBSD 5.1 (from Stalker Software)

2003-12-21 Thread Ricardo A. Reis
 Observação: mensagem anexa encaminhada. 

__

Conheça a nova central de informações anti-spam do Yahoo! Mail:
http://www.yahoo.com.br/antispam--- Begin Message ---
Toru,

> # /usr/local/etc/rc.d/CommuniGate.sh start
> Starting CommuniGate Pro
> /usr/libexec/ld-elf.so.1: Shared object
> "libc_r.so.4" not  > found

  Do You have a compact4x an your server?

  See my sever for example..


[EMAIL PROTECTED](8:08am)] /usr/src> ldconfig -r |grep
libc_r.so.4
   69:-lc_r.4 => /usr/lib/compat/libc_r.so.4
  403:-lc_r.4 => /usr/local/lib/compat/libc_r.so.4

[EMAIL PROTECTED](8:13am)] /usr/src> pkg_info | grep
compat4x
compat4x-i386-5.0.20030328 A convenience package to
install the compat4x libraries

[EMAIL PROTECTED](8:13am)] /usr/src> pkg_info -L
compat4x-i386-5.0.20030328
Information for compat4x-i386-5.0.20030328:

Files:
/usr/local/etc/rc.d/000.compat4x.sh
/usr/local/lib/compat/libc.so.4
/usr/local/lib/compat/libc_r.so.4.compat4x
/usr/local/lib/compat/libcrypto.so.2
/usr/local/lib/compat/libedit.so.3
/usr/local/lib/compat/libfetch.so.2
/usr/local/lib/compat/libgmp.so.3
/usr/local/lib/compat/libperl.so.3.compat4x
/usr/local/lib/compat/libpam.so.1
/usr/local/lib/compat/libposix1e.so.2
/usr/local/lib/compat/libssl.so.2
/usr/local/lib/compat/libstdc++.so.3
/usr/local/lib/compat/libusb.so.0
/usr/local/lib/compat/pam_cleartext_pass_ok.so
/usr/local/lib/compat/pam_deny.so
/usr/local/lib/compat/pam_opie.so
/usr/local/lib/compat/pam_permit.so
/usr/local/lib/compat/pam_radius.so
/usr/local/lib/compat/pam_skey.so
/usr/local/lib/compat/pam_ssh.so
/usr/local/lib/compat/pam_tacplus.so
/usr/local/lib/compat/pam_unix.so

[]'s

Ricardo Alves dos Reis
UNIFESP - DIS 




__

Conheça a nova central de informações anti-spam do Yahoo! Mail:
http://www.yahoo.com.br/antispam
--- End Message ---
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: CommuniGate Pro on FreeBSD 5.1 (from Stalker Software)

2003-12-21 Thread Kent Stewart
On Sunday 21 December 2003 02:40 am, Toru wrote:
> I've submitted this quesiton to the CommuniGate list, but my
> quesiton won't show up on their list. so I would like to get
> a help / hint on what I could do to solve my problem...
> (thanks). After reasearching on the problem, i found that
> there are some people who are experiencing similar problem,
> and it seems to happen commonly when using newer release of
> FreeBSD...
>
> -- my copied question from Communigate Pro list --
>
> Where can I find libc_r.so.4 so that I can could run cgp? My
> server does have libc_r.so.4 and lib_r.so.3 though. It seems
> like bunch of folks are having problem just like this in
> FreeBSD.  The following is the copy ssh screen:
>
> 
> Last login: Sat Dec 20 10:05:18 2003 from xxx-xxx-xxx-xxx.
>
> Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
> The Regents of the University of California.  All
> rights reserved.
>
> FreeBSD 5.1-RELEASE (GENERIC) #0: Thu Jun  5 02:55:42 GMT
> 2003
>
> # /usr/local/etc/rc.d/CommuniGate.sh start
> Starting CommuniGate Pro
> /usr/libexec/ld-elf.so.1: Shared object "libc_r.so.4" not
> found
> #
> ==

Did you install the COMPATn libraries? I am assuming that so.4 is compat4. I 
have them in my make.conf so I have never seen the message on my systems.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

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


CommuniGate Pro on FreeBSD 5.1 (from Stalker Software)

2003-12-21 Thread Toru
I've submitted this quesiton to the CommuniGate list, but my
quesiton won't show up on their list. so I would like to get
a help / hint on what I could do to solve my problem...
(thanks). After reasearching on the problem, i found that
there are some people who are experiencing similar problem,
and it seems to happen commonly when using newer release of
FreeBSD...

-- my copied question from Communigate Pro list --

Where can I find libc_r.so.4 so that I can could run cgp? My
server does have libc_r.so.4 and lib_r.so.3 though. It seems
like bunch of folks are having problem just like this in
FreeBSD.  The following is the copy ssh screen:


Last login: Sat Dec 20 10:05:18 2003 from xxx-xxx-xxx-xxx.

Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
The Regents of the University of California.  All
rights reserved.

FreeBSD 5.1-RELEASE (GENERIC) #0: Thu Jun  5 02:55:42 GMT
2003

# /usr/local/etc/rc.d/CommuniGate.sh start
Starting CommuniGate Pro
/usr/libexec/ld-elf.so.1: Shared object "libc_r.so.4" not
found
#
==


Regards,

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