Excerpts from the mail message of Soumen Das:
) 
) blib/arch/auto/XSConfig/XSConfig.so: symbol
) __1cSMDS_ReadConfigTree6Fpw0000_l_: referenced symbol not found at

So you are missing some C++ routine with a munged name.  Something
about ReadConfigTree.  You need to find the library that contains
that and link against it.

) Also, I tried to see if I am missing any libraries. I did a ldd -r
) XSConfig.so and found the following missing symbols. Do I need to link
) against anything else here ?
) 

The PL_* and Perl_* symbols are not found by ldd because of the
different way that Perl loads the library that ldd doesn't know about.

)         symbol not found: __1cSMDS_ReadConfigTree6Fpw0000_l_

This is a problem.

These may be as well, though I'm not as sure:

)         symbol not found: db_env_create
) (/home/soumen/AtlasOffSiteBuild19/unixshared/bin/sparc/libmdsutils.so)
[...]
)         symbol not found: lock_detect
) (/home/soumen/AtlasOffSiteBuild19/unixshared/bin/sparc/libmdsutils.so)
)         libsocket.so.1 =>        /usr/lib/libsocket.so.1
)         symbol not found:
) __1cUCreateScriptProvider6Fpkw1rpnPCScriptProvider__l_
) (/home/soumen/AtlasOffSiteBuild19/unixshared/bin/sparc/libconfig.so)
)         symbol not found: __1cPCScriptProviderHRelease6M_v_
) (/home/soumen/AtlasOffSiteBuild19/unixshared/bin/sparc/libconfig.so)

-- 
Tye McQueen    Nothing is obvious unless you are overlooking something
         http://www.metronet.com/~tye/ (scripts, links, nothing fancy)

Reply via email to