RE: (RADIATOR) radiator on oracle

1999-08-05 Thread Ferhat Dilman

Hi,

I have installed Radiator with DBD and DBI for Oracle 8. I use Oracle 8.0.4
on both Solaris and Linux (trial version of Oracle). It installed well
without any problem on Linux.

However when I check oracle.pm or proc.pm, neither of these files exist in
my system either. It should not be needed I assume. Which version of
DBD-Oracle are you trying to install? I used DBD-Oracle-0.59 and DBI-1.02.
with perl5.005_02. Everything runs perfect on Debian GNU/Linux 2.0. I use
Radiator 2.13.1 to access Oracle server on Solaris using by AuthBySQL.

FYI. Regards,

Ferhat

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Dennis G. Villanueva
> Sent: Thursday, August 05, 1999 6:29 AM
> To: [EMAIL PROTECTED]
> Subject: (RADIATOR) radiator on oracle
> Importance: High
>
>
>
> hi,
>
> can somebody help me.
> i have installed oracle 8.0i client software on a linux 6.0
> server to be used for radiator but i cannot install
> DBD:Oracle module because it is looking for oracle.pm or proc.pm.
> the oracle.pm do not exist in the installation cd of oracle
> but it does
> exist in oracle 7.3.3.
> is there a way that i can do in  order for me to use
> radiators authby sql
> in oracle 8i.
>
> thank you
> dennis
>
>
> ===
> Archive at http://www.thesite.com.au/~radiator/
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.
>


===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) radiator on oracle

1999-08-04 Thread Mike McCauley

Hi Dennis,

On Aug 5, 11:28am, Dennis G. Villanueva wrote:
> Subject: (RADIATOR) radiator on oracle
>
> hi,
>
> can somebody help me.
> i have installed oracle 8.0i client software on a linux 6.0
> server to be used for radiator but i cannot install
> DBD:Oracle module because it is looking for oracle.pm or proc.pm.
> the oracle.pm do not exist in the installation cd of oracle but it does
> exist in oracle 7.3.3.
> is there a way that i can do in  order for me to use radiators authby sql
> in oracle 8i.

I think this is a question for the DBD-Oracle people. We havent built an Oracle
8 DBD on Linux, but I would normally just expect to do perl Makefile.PL, make,
make test, make install in the usual way

Perhaps you could do a build of your DBD-Oracle from scratch and post the
transcript?

Cheers.


-- 
Mike McCauley   [EMAIL PROTECTED]
Open System Consultants Pty. LtdUnix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985   Fax   +61 3 9598-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8, 
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) radiator on oracle

1999-08-04 Thread Dennis G. Villanueva


hi,

can somebody help me.
i have installed oracle 8.0i client software on a linux 6.0
server to be used for radiator but i cannot install
DBD:Oracle module because it is looking for oracle.pm or proc.pm.
the oracle.pm do not exist in the installation cd of oracle but it does
exist in oracle 7.3.3.
is there a way that i can do in  order for me to use radiators authby sql
in oracle 8i.

thank you
dennis


===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) radiator on oracle

1999-08-02 Thread Hugh Irvine


Hi Dennis -

On Mon, 02 Aug 1999, Dennis G. Villanueva wrote:
> hi hugh;
> 
> i was able to read this document before sending you an email.
> i was able use this when i installed oracle on both systems.
> does this mean i have to install oracle software on every
> radius server that we will be roling-out? 
> 

You will only need the Oracle client software on the Radius hosts, not the
whole database server.

> --
> ||
> |  oracle server |
> ||
>  
> 
> 
> 
> ---   -
> | |   |   |
> |  radius |   |   radius  | 
> | |   |   |
> ---   -
> 
> 
> 
> in this figure do i really have to install oracle on the
> two radius servers? if not, how am i going to install
> the perl support for DBD:Oracle without installing oracle?
> 

hth

Hugh

--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) radiator on oracle

1999-08-01 Thread Hugh Irvine


Hello Dennis -

On Mon, 02 Aug 1999, Dennis G. Villanueva wrote:
> hi mike,
> 
> is it possible for me not to install oracle software
> on the radius server it self? the situation is like this
> i have two servers one server is runnig oracle 7.3.3 on an digital
> unix and the other is running radius on a rathat 5.2.
> the database will reside on the digital wihch includes user information
> and accounting. the radius server will insert the details
> on the oracle server.  
> i cannot install the DBD:oracle on the radius server
> with out installing the oracle server.
> 
>

>From the Radiator FAQ http://www.open.com.au/radiator/faq.html#58

Where should I setup the host and port where radiator must search for Oracle? 

   (contributed by John Coy ([EMAIL PROTECTED]) You'll need to define the remote 
database in your tnsnames.ora file, like this: 

   -- tnsnames.ora --
   remote_database=
(DESCRIPTION=
(ADDRESS=
(PROTOCOL=TCP)
(HOST=WWW.XXX.YYY.ZZZ)
(PORT=)
)
(CONNECT_DATA=(SID=WG73))
)

   (replacing values as appropriate) 

   Then, in your radiusd.cfg, you define an clause using the "remote_database" in 
the connect string. 

   -- radiusd.cfg --

DBSource dbi:Oracle:remote_database
DBUsername USERNAME
DBAuth PASSWORD


   There's a lot more in the clause to make it work. Look at the docs for more 
information. 

   LET ME MENTION that if you do not have the correct connect string, radiator 
will dump core every time it tries to talk to your database.
   Double-check your entries and write some test perl programs using that connect 
string! 

hth

Hugh

--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) radiator on oracle

1999-08-01 Thread Dennis G. Villanueva


hi mike,

is it possible for me not to install oracle software
on the radius server it self? the situation is like this
i have two servers one server is runnig oracle 7.3.3 on an digital
unix and the other is running radius on a rathat 5.2.
the database will reside on the digital wihch includes user information
and accounting. the radius server will insert the details
on the oracle server.  
i cannot install the DBD:oracle on the radius server
with out installing the oracle server.

thank you
dennis


===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.