Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

X-server installing problem on AIX-3.2.5

0 views
Skip to first unread message

Kai Fritsch

unread,
Nov 14, 1996, 3:00:00 AM11/14/96
to

Hi all,

I've successful installed the Enhancement 5 for AIX-3.2 on a IBM 570.
But if I try to install the X11rte.obj 1.2.3.0.U409194 (AIXwindows
Runtime Env.), I've got the following error:

...
The number of restored files is 2.
X server is linking...
0706-317 ERROR: Unresolved or undefined symbols detected:
Symbols in error (followed by reference) are
dumped to the load map.
The -bloadmap:<filename> option will create a load map
.smselect
.smsocket
.smbind
.smlisten
.smaccept
.smgetbuff
.smfreebuff
.smrcvbuff
.DirectAccessExtentionInit
.smattach
.smdeatt
Script Failure './X11rte.obj.post_u'
...

I think, I need some network libs. Where can I find the libs (revision &
path) ?

Regards,
Kai.

--
Lattis Ltd.

Kai Fritsch
k...@lattis.co.uk

+44 (171) 345 5119 o
+44 (171) 345 4425 fax

Ed Ravin

unread,
Nov 14, 1996, 3:00:00 AM11/14/96
to

From somewhere in cyberspace, Kai Fritsch <k...@lattis.demon.co.uk> said:

>I've successful installed the Enhancement 5 for AIX-3.2 on a IBM 570.
>But if I try to install the X11rte.obj 1.2.3.0.U409194 (AIXwindows
>Runtime Env.), I've got the following error:
...
>The number of restored files is 2.
>X server is linking...
>0706-317 ERROR: Unresolved or undefined symbols detected:

(maniacal laugh) Nyahahahahaha! You have been trapped by the evil
U409194 demon! Resistance is futile! There is no way out!

Translation: U409194 is broken. Seriously broken. Broken so bad,
when installed at the "wrong" time it cannot complete and it cannot
be removed.

>I think, I need some network libs. ...

You need one of two things:

1) A working version of the U409194 PTF. I managed to get a copy of it
from some dusty corner of the IBM FTP server one day -- I don't know
if it is still available, or if IBM was polite enough to put it into
fixdist. You might want to check fixdist and see what's there.

2) My fix script. When I posted about this problem to comp.unix.aix,
a kind IBM'er sent me a fix script that almost worked (my apologies
to Gerald, I seem to have lost his full name and email). After fixing
this problem for a few machines, I automated the procedure as follows:

--------------------------------------
# At long last, the solution to the pesky U409194 broken PTF problem.
# Run this script on the affected machine -- it should fix it and even do
# a little cleanup after itself.


# Hi Ed, If your still having problems try the following after loging in as root

mkdir -p /usr/lpp/pcsim/

# create script /usr/lpp/pcsim/lpp.X11
cat > /usr/lpp/pcsim/lpp.X11 <<\END_OF_FILE
#!/bin/ksh

set -x

if [ `pwd` = /usr/lpp/X11rte/inst_U409194 ] ;then
SMT=""
if [ -f /usr/lpp/X11/bin/smt.exp ]
then
SMT=-bI:/usr/lpp/X11/bin/smt.exp
fi

DWA=""
if [ -f /usr/lpp/X11/bin/dwa.exp ]
then
DWA=-bI:/usr/lpp/X11/bin/dwa.exp
fi

XDIR="/usr/lpp/X11/bin"
X_LIBS="-lm -ldbm /usr/lpp/gai/libgair4.a -lodm -lc -lcfg"
LD_OPTIONS="-H512 -T512 -bhalt:4 -bE:/usr/lpp/X11/bin/X.exp -bE:/usr/lpp/X11/bin/ddx.exp -bE:/usr/lpp/X11/bin/gai.exp -bE:/usr/lpp/X11/bin/Xi.exp $SMT $DWA"

ld $LD_OPTIONS -s -o $XDIR/X /lib/crt0.o $XDIR/X.o $X_LIBS || rm -f $XDIR/X
exit 0

fi
END_OF_FILE

chmod +x /usr/lpp/pcsim/lpp.X11

/usr/lib/instl/sm_inst installp_cmd -T s -q -a -B -d '/inst.images/bff' -S 'AIXwindows Run Time Environment U409194' '-g' '-c' '-N' '-X'
rm /usr/lpp/pcsim/lpp.X11

# run the installation of U409194.
#
# I have not tried this myself but from looking at the where the failure occurs
# I think this will allow you to install U409194.
#
# After applying U409194 you will need to remove /usr/lpp/pcsim/lpp.X11.
#
#
# - Gerald
#
#
# > =======================
# > IX50762: U435140 NEEDS TO PREREQ <U409194>
# >
# > ORIGINATING DETAILS:
# > If X11rte.obj and its ptfs are installed simultaneously,
# > if U435140 is installed prior to <U409194>, <U409194>
# > will go into BROKEN state.
# >
# > LOCAL FIX AS REPORTED BY ORIGINATOR:
# > Install X11rte.obj lpp, and <U409194> first.
# > =======================
# >
--
Ed Ravin |If I were not a little mad and generally silly
era...@panix.com|I should give you my advice upon the subject, willy-nilly;
|I should show you in a moment how to grapple with the question
+1 212 678 5545 |And you'd really be astonished at the force of my suggestion.

0 new messages