I am not sure if this is all you need to do to get working; if you get more errors I will try go get some info on how to resolve it
Currently, the password is handled on the command line, and password
support is experimental.
To add your password, you'll need to edit your /etc/ppp/peers/barry-sprint
file, and look for the line that says:
pty "/usr/sbin/pppob"
And change it to:
pty "/usr/sbin/pppob -P password"
- Chris
__________
Timothy Barrow
Systems Administrator
Epic Advertising, Inc (AzoogleAds and Bazaar)
60 Columbia Way, Suite 310
Markham, ON L3R 0C9
www.epicadvertising.com
(905) 946-0300 x2343 office
(647) 271-6488 -- Cell
(888) 666-3120 fax
[EMAIL PROTECTED]
Epic Advertising How the Web is Won
Selected! AlwaysOn Northeast Top 100
Winner! IAC Award
-----Original Message-----
From: [EMAIL PROTECTED] on behalf of shrek-m gmx.de
Sent: Fri 8/15/2008 5:52 PM
To: Red Hat Enterprise Linux 5 (Tikanga) discussion mailing-list
Subject: Re: [rhelv5-list] RHEL5 PostgreSQL and PL/Python
Jos Vos schrieb:
> Am I right that it is not possible to use PL/Python on a RHEL5 system?
> When trying to create the language in PostgreSQL I get the this error:
>
> ERROR: could not access file "$libdir/plpython": No such file or directory
it seems that you need "postgresql-pl"
# yum info postgresql-pl
[...]
Description:
PostgreSQL is an advanced Object-Relational database management
system. The postgresql-pl package contains the PL/Perl, PL/Tcl, and
PL/Python
procedural languages for the backend. PL/Pgsql is part of the core
server package.
# rpm -ql postgresql-pl
/usr/bin/pltcl_delmod
/usr/bin/pltcl_listmod
/usr/bin/pltcl_loadmod
/usr/lib/pgsql/plperl.so
/usr/lib/pgsql/plpython.so
/usr/lib/pgsql/pltcl.so
/usr/share/pgsql/unknown.pltcl
the fedora package seems to be postgresql-plpython
$ rpm -qlp
http://download.fedora.redhat.com/pub/fedora/linux/updates/9/i386/postgresql-plpython-8.3.3-2.fc9.i386.rpm
/usr/lib/pgsql/plpython.so
or you could try the packages from postgresql.org
http://www.postgresql.org/ftp/binary/v8.3.3/linux/rpms/redhat/rhel-5-i386/
--
shrek-m
_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list
<<winmail.dat>>
_______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
