Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: FREE Email Server for PL/SQL at Oracle-Home.Com

Re: FREE Email Server for PL/SQL at Oracle-Home.Com

From: <braun-saarlouis_at_t-online.de>
Date: Tue, 22 Aug 2000 19:47:54 GMT
Message-ID: <39a2d5d0.302829@news.t-online.de>

Hi,
while installing (making) the server on an AIX-System with an oracle 8.1 rdbms I got follwing problem:

#> comp_serv

        cc -I. -I/oracle8/precomp/public -O -s -DOPSYS_UNIX -DPLAT_RS6000
server.c -o server /guastdf.o /guarpfe.o /guaorac2. o -L/oracle8/lib `if [ ]; then \

          echo "-lclntsh"; \
       else \
          echo ""; \

fi` -lsql -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr
 -lsqlnet -lclient -lcommon -lgeneric -lep c -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 `cat /oracle8/lib/sysliblist` -lm
cc: 1501-228 input file /guastdf.o not found
cc: 1501-228 input file /guarpfe.o not found
cc: 1501-228 input file /guaorac2.o not found
      54  1500-010: (W) WARNING in main: Infinite loop.  Program may
not
stop.
make: The error code from the last command is 252.

Stop.

If I comment the missing files out :

vi proc.mk
...
117 # All BANNER .o files to be linked
118 #LOBJS=$(GOBJ)/guastdf.o $(GOBJ)/guarpfe.o $(GOBJ)/guaorac2.o $(LINKOBJS) I get follwing output:

#> comp_serv

        cc -I. -I/oracle8/precomp/public -O -s -DOPSYS_UNIX -DPLAT_RS6000
server.c -o server -L/oracle8/lib `if [ ]; then \

          echo "-lclntsh"; \
       else \
          echo ""; \

fi` -lsql -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr
 -lsqlnet -lclient -lcommon -lgeneric -lep c -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 `cat /oracle8/lib/sysliblist` -lm

      54 1500-010: (W) WARNING in main: Infinite loop. Program may not
stop.
ld: 0706-006 Cannot find or open library file: -l sqlnet

        ld:open(): No such file or directory ld: 0706-006 Cannot find or open library file: -l sqlnet

        ld:open(): No such file or directory ld: 0706-006 Cannot find or open library file: -l sqlnet

        ld:open(): No such file or directory ld: 0706-006 Cannot find or open library file: -l sqlnet

        ld:open(): No such file or directory ld: 0706-006 Cannot find or open library file: -l c3v6

        ld:open(): No such file or directory ld: 0706-006 Cannot find or open library file: -l core3

        ld:open(): No such file or directory ld: 0706-006 Cannot find or open library file: -l core3

        ld:open(): No such file or directory make: The error code from the last command is 255.

Stop.

Perhaps somebody else has an idea.

Thanks and Greetings

Frank.

On Fri, 18 Aug 2000 22:55:37 GMT, mphilipp_at_oracle-home.com wrote:

>All,
>
>Only at Oracle-Home.Com:
>Now available for download @ http://downloads.oracle-home.com , FREE
>Email Server for PL/SQL. This program, written by Steven Finlay, is
>only available at Oracle-Home.Com!
>This is what the author, Steven Finlay says about it:
>
>"PL/SQL*Email allows you to send email from within the Oracle database
>using PL/SQL, thus you can add email support to your application so long
>a it supports calling PL/SQL. The email server has been written for unix
>using Pro-C. The program allows you to specify the address the email is
>from, the address to send the email to as well as either a subject and
>text or a filename. This allows the developer to use UTL_FILE to write
>an html file and send that file to the customer. Thus, one could add
>email to their PL/SQL Web sites using the PL/SQL*Email free ware."
>
>Check it out now at http://downloads.oracle-home.com
>
>Kind regards,
>Mike Philippens
>www.oracle-home.com
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
Received on Tue Aug 22 2000 - 14:47:54 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US