Sorry... Well I had requested gcc in this environment but don't check... and already don't have gcc installed... my faults..
Now with gcc I get other problem. memcached don't found my libevent that are installed. # ./configure checking for libevent directory... configure: error: libevent is required. You can get it from http://www.monkey.org/~provos/libevent/ If it's already installed, specify its path using --with-libevent=/dir/ [r...@srv-fors04 memcached-1.4.4]# ls -la /usr/lib64/libevent-1.1a.so.1* lrwxrwxrwx 1 root root 22 Mar 8 22:30 /usr/lib64/libevent-1.1a.so.1 -> libevent-1.1a.so.1.0.2 -rwxr-xr-x 1 root root 52432 Jul 13 2006 /usr/lib64/libevent-1.1a.so.1.0.2 I try to force with -with-libevent=/usr/lib and /usr/lib64 but don't get success. Anybody knows any clue ? Regards. On Mon, Mar 8, 2010 at 9:23 PM, Gustavo Aquino <[email protected]>wrote: > I had GCC installed. > > > On Mon, Mar 8, 2010 at 8:40 PM, dormando <[email protected]> wrote: > >> >> > Hi Guys, >> > >> > >> > I'm trying to compile memcached-1.4.4 in my IBM P550 machine running >> > Linux RHE for Power PC64, but I'm getting the error: >> > >> > memcached-1.4.4]# ./configure >> > checking build system type... Invalid configuration `powerpc64-unknown- >> > linux-': machine `powerpc64-unknown-linux' not recognized >> > configure: error: /bin/sh ./config.sub powerpc64-unknown-linux- failed >> > >> > >> > Anybody know if i can compile memcached for this environment ? >> > >> > Regards. >> >> Uhm, my brain might be misfiring, but I'm pretty sure that means you need >> to install GCC. Dunno why the error is weird offhand. >> > >
