Got my problem solved!
Since python 2.2, one must use the --enable-shared configure option when
building python. The long expected libpython2.3 was created and
resolved my link problems.
Thanks again for the info, it has armed me with a lot of ways to
continue learning about shared libraries and such.