search for: some_prefix

Displaying 2 results from an estimated 2 matches for "some_prefix".

2024 Apr 29
0
Installing only specific Samba targets
Hi, Is there a way to install only specific targets from the Waf build? I configure and build Samba with make configure --prefix=SOME_PREFIX ? make install ?targets=smbd/smbd,testparm And the resultant install directory does *not* contain `sbin/smbd`. The only way I can make this work is by installing everything (i.e. `make install`), and then subsequently shell-scripting an ?install clean? that recursively removes everything from the...
2010 Jan 29
4
Browser related question
Greetings, How does one monitor if a site is being accessed using browser? IOW, I just want to know if a user has launched a session thru Firefox. I basically want to know if a user has tried to access the webserver and unable to reach it and log such instances. I am using cron and curl to seperately monitor the link. Any clues? Centos 5.2/Gnome/Firefox 3.0.16 Regards Rajagopal