Issue 17165 - Potential bug?
Summary: Potential bug?
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: Installation
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Olaf Felka
QA Contact: issues@installation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-21 09:53 UTC by Unknown
Modified: 2003-09-08 16:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-07-21 09:53:32 UTC
Open office installed with options -net -prefix=/opt

# cd /opt/OpenOffice.org1.1/program
# ldd *.so 2>/dev/null|grep 'not found'
        libstdc++.so.3 => not found
        libstdc++.so.3 => not found
        libstdc++.so.3 => not found
        libstdc++.so.3 => not found
        libjawt.so => not found
        libstdc++.so.3 => not found
# ls libstdc++.so*
libstdc++.so  libstdc++.so.5
# rpm -ql libstdc++|grep libstdc++.so
/usr/lib/libstdc++.so.5
/usr/lib/libstdc++.so.5.0.3

# rpm -ql j2sdk|grep libjawt.so
/usr/java/j2sdk1.4.2/jre/lib/i386/libjawt.so

But in OOo_1.1rc_LinuxIntel_install/README nothing about to add
/usr/java/j2sdk1.4.2/jre/lib/i386 in ld path.

Linux Distributive SuSE Linux 8.2 (i586)
# rpm -q libstdc++
libstdc++-3.3-23
# rpm -q j2sdk    
j2sdk-1.4.2-fcs                      -- Sun package
Comment 1 ooo 2003-07-21 10:11:03 UTC
not an API issue
Comment 2 Olaf Felka 2003-07-21 11:58:22 UTC
I can't start setup with -net -prefix=/opt: I get a messagebox 'Wrong
command line parameter: -prefix=/opt'. Starting ./install -net
-prefix=/opt I get 'configure: error: -net: invalid option; use --help
to show usage'.
Comment 3 Unknown 2003-07-21 12:25:11 UTC
Ops, --prefix is option from install script and -net option from setup.

You can type:

install --prefix=/opt

and install will call setup with option -net by default.

IMHO to check this issue no need install office in special directory.
Comment 4 Olaf Felka 2003-08-19 13:22:23 UTC
Not reproducible with RC3