search for: usr_local

Displaying 5 results from an estimated 5 matches for "usr_local".

2000 Feb 17
2
Problems building host keys on some SPARCs
Hi, I've compiled openssh 1.2.2 on Solaris 7/SPARC. On most hosts, things are fine. I get EGD going, compile openssh, and I can then generate hostkeys as described in the INSTALL file to get things running. On a few hosts though, the keygen fails like this: root at sylow:/source/USR_LOCAL/OFFICIAL/OPENSSH/ssh_client# ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N '' ksh: ssh-keygen: cannot execute or fail like this: root at sylow:/source/USR_LOCAL/OFFICIAL/OPENSSH/ssh_client# cat build_host_key /usr/local/bin/ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N '' root a...
2007 Jun 20
1
Virtual resources and require...
Is it possible to have a require line in a virtual resource when the required resource is itself a virtual resource? Specifically, it would be great if the following worked: @file { usr_local: path => "/usr/local", mode => 0755, owner => root, group => root, ensure => directory } @file { usr_local_bin: path => "/usr/local/bin", mode => 0755, owner => root, group => root, r...
2013 Oct 21
3
Asterisk-12 issue after successful installation
Hi Team, I have installed asterisk-12 Beta but when I try to asterisk start then get below issue. *[root at cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk -r asterisk: error while loading shared libraries: libjansson.so.4: cannot open shared object file: No such file or directory [root at cs-gb-pwr-1-04 asterisk-12.0.0-beta1]#* -- Thanks and regards Virendra Bhati +91-9718500594
1998 Dec 15
4
mounting an arbitrary directory?
Hi all, Is it possible to specify an arbitrary unix directory to be mounted from samba? For example, to mount /usr/local/bin ? Using a different smb server, I've seen the ability to do this by doing something like Connect to: \\smbserver\/usr/local/bin Connect as: user Password: **** In other words, I'd like to be able to specify the exact path I'd like to mount without having
2000 Sep 15
3
R on HP-UX, again: modreg.sl fails, 1 arith test fails
I want to report the progress of my attempts to get R running on HP-UX with gcc: Firstly, I could work around the PIC problem by leaving out all the lib stuff (I rebuilt gcc with --enable-share, but this (alone) did not help), e.g. the line gcc -shared -fPIC -o ctest.sl ansari.o fexact.o kendall.o ks.o prho.o swilk.o -L/usr/local/lib -lg2c -lm -L/lib/pa1.1 -L/usr/lib/pa1.1 -u main