icejean commented on issue #36848:
URL: https://github.com/apache/arrow/issues/36848#issuecomment-1655204757

   I modify the configure script  and  hard code FOUND_LIB_DIR="/usr/lib64" to 
install arrow at the current time, and it works.
   
   ```
     if [ "$PKGCONFIG_LIBS" != "" ]; then
       FOUND_LIB_DIR=`echo $PKGCONFIG_DIRS | sed -e 's/^-L//'`
       # Modified by Jean 2023/07/28, hard coded for my server
       FOUND_LIB_DIR="/usr/lib64"
       echo "*** Arrow C++ libraries found via pkg-config at $FOUND_LIB_DIR"
       PKG_CFLAGS="$PKGCONFIG_CFLAGS $PKG_CFLAGS"
       PKG_LIBS="${PKGCONFIG_LIBS}"
       PKG_DIRS="${PKGCONFIG_DIRS}"
       LIB_DIR=${FOUND_LIB_DIR}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to