Andrew Ayre wrote:
> Thanks for the suggestion. I gave it a try:
> 
> ./configure ....
> make
> sudo make install
> 
> I then ran the script to create the devices. Unfortunately "halcmd help"
> still segfaults for a non-root user. Any ideas?
> 

Try the run-in-place method:

(from the top of your checkout)
cd src
./configure --enable-run-in-place
make
sudo make setuid
cd ..
scripts/emc-environment
halcmd help

If that works, but the installed version doesn't, it points to a problem
with make install, and more importantly it rules out a whole class of 
possible problems.

Regards,

John Kasunich

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to