On May 02, 2005 11:30 -0700, Praveen Kumar J wrote:> I have downloaded lustre-1.4.0.tar.gz from > downloads.clusterfs.com/v1.4/. I am trying to compile liblustre on Redhat > Enterprise Linux as per the instructions on > https://wiki.clusterfs.com/lustre/LustreHowto > > There were no errors. But it looks like the library is not > compiled with the options specified in the link above. The kernel modules > seem to get compiled though. > ./configure --with-linux=/usr/src/linux-2.4.21-20.EL_lustre.1.4.0/ -- > with-sockets --with-lustre-hack > > When I explicitly append --enable-liblustre on the configure > command line, I get compilation errors > llog.c: In function `llog_init_handle'': > llog.c:159: `CURRENT_SECONDS'' undeclared (first use in this function)The liblustre code in 1.4.x is not up-to-date. We plan to merge the working liblustre code from the branch where it is maintained to the 1.4 branch within the next month or so. Cheers, Andreas -- Andreas Dilger Principal Software Engineer Cluster File Systems, Inc.
Hi, I have downloaded lustre-1.4.0.tar.gz from downloads.clusterfs.com/v1.4/. I am trying to compile liblustre on Redhat Enterprise Linux as per the instructions on https://wiki.clusterfs.com/lustre/LustreHowto There were no errors. But it looks like the library is not compiled with the options specified in the link above. The kernel modules seem to get compiled though. ./configure --with-linux=/usr/src/linux-2.4.21-20.EL_lustre.1.4.0/ -- with-sockets --with-lustre-hack When I explicitly append --enable-liblustre on the configure command line, I get compilation errors llog.c: In function `llog_init_handle'': llog.c:159: `CURRENT_SECONDS'' undeclared (first use in this function) When I tried to compile with lustre downloaded via cvs, I got the following error in fsfilt_ext3. fsfilt_ext3.c: In function `fsfilt_ext3_start'': fsfilt_ext3.c:86: `EXT3_INDEX_EXTRA_TRANS_BLOCKS'' undeclared (first use in this function) Earlier last week I was getting a different error about kernel sources being older than the patch.. Any help is very much appreciated. Thanks, Praveen