Displaying 2 results from an estimated 2 matches for "username_completion_funct".
2009 May 21
1
reg static build
...untime the shared libraries from the glibc version used for linking
asterisk.o: In function `main':
warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
editline/libedit.a(readline.o_a): In function `username_completion_function':
warning: Using 'getpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
asterisk.o: In function `main':
warning: Using 'getpwnam' in statically linked applications requires at runtime the shared librar...
2011 Feb 10
8
rvm install 1.8.7 prompts "There has been an error while running make. Halting the installation."
I want to work with both Rails 2 and Rails 3 projects.
I have RVM installed.
When I upgraded to Rails 3, Installed RVM via terminal:
bash < <( curl http://rvm.beginrescueend.com/releases/ … ll-latest)
version=$(curl http://rvm.beginrescueend.com/releases/ … sion.txt);
mkdir -p ~/.rvm/src/ && cd ~/.rvm/src/ && curl -O
http://rvm.beginrescueend.com/releases/ … on}.tar.gz |