List Info

Thread: Problem at installation of DeveloperSuite 10.1.2.0.2 on openSuSE 10.2




Problem at installation of DeveloperSuite 10.1.2.0.2 on openSuSE 10.2
user name
2007-04-30 15:06:21
I am using Oracle DB10.2.0.1.0, ApplicationServer101300
and DeveloperSuite10.1.2.0.2. OpenSuSE V 10.2. All installed

on a single test machine.

id:
uid=1001(oracle) gid=100(users)
groups=16(dialout),33(video),100(users),1000(dba),1001(oinst
all)

set | grep ORACLE:
ORACLE_BASE=/home/oracle
ORACLE_HOME=/home/oracle/product/10.1.2/developer
ORACLE_HOME_AS=/home/oracle/product/10.1.3/OracleAS1
ORACLE_HOME_DB=/home/oracle/product/10.2.0/db_1
ORACLE_HOME_DEV=/home/oracle/product/10.1.2/developer
ORACLE_OWNER=oracle
ORACLE_SID=orcl
ORACLE_TERM=xterm
TWO_TASK=orcl
DISPLAY=haribo:0.0 # localhost 

Bugs 3167528 and 4015045 are installed !

When installing Dev-Suite "Complete (1.08GB) I receive
following
problems (in package list):

Checking for libstdc++-3.2.2; found Not found. Failed
<<<<

Installed are:

# rpm --query -a | grep libstd
libstdc++41-4.1.2_20061115-5
libstdc++-devel-4.1.3-29
libstdc++41-devel-4.1.2_20061115-5
compat-libstdc++-5.0.7-41

I pressed "user verified" for this package and
continued
installation.

> gcc -o rwbuilder
-L/home/oracle/product/10.1.2/developer//lib/ ...
> /usr/lib/libXau.so.6: undefined reference to
> `__strcpy_chkGLIBC_2.3.4'
> /usr/lib/libXau.so.6: undefined reference to
>  `__strcat_chkGLIBC_2.3.4'
> /usr/lib/libXtst.so.6: undefined reference to
>  `__fprintf_chkGLIBC_2.3.4'
> /usr/lib/libXtst.so.6: undefined reference to
>  `__sprintf_chkGLIBC_2.3.4'
> collect2: ld returned 1 exit status
> make: *** [rwbuilder] Error 1

PATH=/home/oracle/product/10.1.2/developer/bin:
 /home/oracle/product/10.2.0/db_1/bin:/usr/local/bin:
 /usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:
 /opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:
 /usr/lib/qt3/bin:/home/oracle/product/10.1.2/developer/bin:

 /home/oracle/product/10.1.3/OracleAS1/bin
LD_LIBRARY_PATH=/home/oracle/product/10.2.0/db_1/lib:
 /home/oracle/product/10.2.0/db_1/srvm/lib:
 /home/oracle/product/10.1.2/developer/lib:
 /home/oracle/product/10.1.2/developer/jdk/jre/lib/i386:
 /home/oracle/product/10.1.2/developer/jdk/jre/lib/i386/serv
er:
 /home/oracle/product/10.1.2/developer/jdk/jre/lib/i386/nati
ve_threads:
 /lib:/opmn/lib:/home/oracle/product/10.1.3/OracleAS1/lib:/l
ib


When starting frmbld.sh I receive following messages:

FRM-91111: Internal Error: window system startup failure.
FRM-10039: Unable to start up the Form
Builder.oracleharibo:~/product/10.1.2/developer/bin

Thanks for your help, Harald


-- 
To unsubscribe, email: suse-oracle-unsubscribesuse.com
For additional commands, email: suse-oracle-helpsuse.com
Please see http://www.suse.com/oracl
e/ before posting


Re: Problem at installation of DeveloperSuite 10.1.2.0.2 on openSuSE 10.2
user name
2007-04-30 16:02:57
download openmotif21-libs-2.1.30MLI4-143.i586.rpm from Suse
10.1 repository
http://suse.mirrors.tds.net/pub/opensuse/distributio
n/SL-10.1/inst-source/suse/i586/openmotif21-libs-2.1.30MLI4-
143.i586
rpm -Uhv openmotif21-libs-2.1.30MLI4-143.i586.rpm

Make sure LD_ASSUME_KERNEL is not set anywhere in your
environment.

R12 Oracle Applications uses the same technology stack and
has the same issue on OpenSuse 10.2.

Viel Glück,
-Michael

Harald ARNOLD <listenarnold.at> wrote: I am
using Oracle DB10.2.0.1.0, ApplicationServer101300
and DeveloperSuite10.1.2.0.2. OpenSuSE V 10.2. All installed

on a single test machine.

id:
uid=1001(oracle) gid=100(users)
groups=16(dialout),33(video),100(users),1000(dba),1001(oinst
all)

set | grep ORACLE:
ORACLE_BASE=/home/oracle
ORACLE_HOME=/home/oracle/product/10.1.2/developer
ORACLE_HOME_AS=/home/oracle/product/10.1.3/OracleAS1
ORACLE_HOME_DB=/home/oracle/product/10.2.0/db_1
ORACLE_HOME_DEV=/home/oracle/product/10.1.2/developer
ORACLE_OWNER=oracle
ORACLE_SID=orcl
ORACLE_TERM=xterm
TWO_TASK=orcl
DISPLAY=haribo:0.0 # localhost 

Bugs 3167528 and 4015045 are installed !

When installing Dev-Suite "Complete (1.08GB) I receive
following
problems (in package list):

Checking for libstdc++-3.2.2; found Not found. Failed
<<<<

Installed are:

# rpm --query -a | grep libstd
libstdc++41-4.1.2_20061115-5
libstdc++-devel-4.1.3-29
libstdc++41-devel-4.1.2_20061115-5
compat-libstdc++-5.0.7-41

I pressed "user verified" for this package and
continued
installation.

> gcc -o rwbuilder
-L/home/oracle/product/10.1.2/developer//lib/ ...
> /usr/lib/libXau.so.6: undefined reference to
> `__strcpy_chkGLIBC_2.3.4'
> /usr/lib/libXau.so.6: undefined reference to
>  `__strcat_chkGLIBC_2.3.4'
> /usr/lib/libXtst.so.6: undefined reference to
>  `__fprintf_chkGLIBC_2.3.4'
> /usr/lib/libXtst.so.6: undefined reference to
>  `__sprintf_chkGLIBC_2.3.4'
> collect2: ld returned 1 exit status
> make: *** [rwbuilder] Error 1

PATH=/home/oracle/product/10.1.2/developer/bin:
 /home/oracle/product/10.2.0/db_1/bin:/usr/local/bin:
 /usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:
 /opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:
 /usr/lib/qt3/bin:/home/oracle/product/10.1.2/developer/bin:

 /home/oracle/product/10.1.3/OracleAS1/bin
LD_LIBRARY_PATH=/home/oracle/product/10.2.0/db_1/lib:
 /home/oracle/product/10.2.0/db_1/srvm/lib:
 /home/oracle/product/10.1.2/developer/lib:
 /home/oracle/product/10.1.2/developer/jdk/jre/lib/i386:
 /home/oracle/product/10.1.2/developer/jdk/jre/lib/i386/serv
er:
 /home/oracle/product/10.1.2/developer/jdk/jre/lib/i386/nati
ve_threads:
 /lib:/opmn/lib:/home/oracle/product/10.1.3/OracleAS1/lib:/l
ib


When starting frmbld.sh I receive following messages:

FRM-91111: Internal Error: window system startup failure.
FRM-10039: Unable to start up the Form
Builder.oracleharibo:~/product/10.1.2/developer/bin

Thanks for your help, Harald


-- 
To unsubscribe, email: suse-oracle-unsubscribesuse.com
For additional commands, email: suse-oracle-helpsuse.com
Please see http://www.suse.com/oracl
e/ before posting



       
---------------------------------
Ahhh...imagining that irresistible "new car"
smell?
 Check outnew cars at Yahoo! Autos.
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )