Suse Linux 8.2
QT3 also installed (including developer modules) /usr/lib/qt3

Environment Variables
LD_LIBRARY_PATH="/usr/local/Trolltech/Qt-4.2.3/lib:"

PATH=
"/usr/localTrolltech/Qt-4.2.3/bin:
/sbin:
/usr/sbin:
/usr/local/sbin:
/root/bin:
/usr/local/bin:
/usr/bin:
/usr/X11R6/bin:
/bin:
/usr/games:
/opt/gnome2/bin:
/opt/gnome/bin:
/opt/kde3/bin:
/usr/lib/java/bin:
/opt/gnome/bin:
/usr/local/mysql/bin" (line breaks added to make more readable)

QTDir= "/usr/local/Torlltech/Qt-4.2.3" (no longer required?)

QTMAKESPEC is not defined

Installation steps
./configure
gmake
gmake install
(I did not see any errors. It took quite a while as it crunched through everything)

Results when I run any QT executable
qtdemo Segmentation fault
designer Segmentation fault
assistant Segmentation fault
qtdonfig Segmentation fault
Sodoku Segmentation fault (game I was trying to play that requires QT4)

I tried mutiple times (after running gmake distclean)

Thank-You in advance for any advise you can give