LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Samba Version 3.4.1 swat issue (https://www.linuxquestions.org/questions/linux-software-2/samba-version-3-4-1-swat-issue-756430/)

lensem 09-19-2009 02:19 PM

Samba Version 3.4.1 swat issue
 
Recently compiling and installation of samba Version 3.4.1 and I am running Red Hat 5.3.

Samba starts and works fine, but I am having an issue with using swat.

I've configured xinetd for swat as follows, and yes I restarted the xinetd service:

service swat
{
disable = no
port = 901
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/local/samba/sbin/swat
log_on_failure += USERID
only_from = localhost
}

And when I access SWAT service through web browser, I got error message as: "swat: error while loading shared libraries: libtalloc.so.1: cannot open shared object file: No such file or directory".

Anyone could help me on the above problems ? Thanks

kirukan 09-20-2009 10:49 AM

check whether libtalloc.so.1 this module exist at your system and it has loaded. Refer this following for further idea

http://www.google.lk/#hl=en&source=h...a5edadbd5750c3

lensem 09-30-2009 06:52 AM

I ended up just creating the swat execution in a script and setting LD_Library path in it so it knew where to find the missing library...
Then changed swat to execute the script instead of the swat module directly..
This resolved issue...


All times are GMT -5. The time now is 11:48 PM.