Results 1 to 6 of 6

Thread: Help! can't configure konqueror

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2007
    Posts
    3
    Thanks
    1

    Default Help! can't configure konqueror

    from the day before yesterday,i have been trying install konqueror(for arm,as a web browser) i always got the error :cannot read symbols:Invalid operation

    system type:fc6
    cross-compile:2.955.3,arm-linux
    konqueror:2003-07-05
    qte:2.3.7
    qpe:2.3.2
    qte and qpe have been installed,and I set the env correctly,this is the command i used while configured


    ./configure --host=arm-linux --target=arm-linux --enable-embedded --enable-qt-embedded --enable-qpe --with-gui=qpe --disable-debug --enable-ftp --enable-static --disable-shared --disable-mt --with-extralibs=/usr/local/arm/2.95.3/lib:/opt/ruiva/src/qte-qpe-opt-src.121604/install/host/lib --with-extra-includes=/usr/local/arm/2.95.3/include:$QPEDIR/include --without-ssl --with-qt-dir=$QTDIR --with-qt-includes=$QTDIR/include --with-qt-libraries=$QTDIR/lib --with-qtopia-dir=$QPEDIR

    it always gives me an error when "checking for Qt",in the config.log is says:

    configure:22215: rm -rf SunWS_cache; arm-linux-g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new -fno-rtti -I/opt/ruiva/src/qte-qpe-opt-src.121604/qt-embedded-free-3.0.4/include -DQWS -D_REENTRANT -L/opt/ruiva/src/qte-qpe-opt-src.121604/qt-embedded-free-3.0.4/lib -L/usr/local/arm/lib -L/opt/ruiva/src/qte-qpe-opt-src.121604/install/host/lib conftest.cc -lqte -ljpeg 1>&5
    /opt/ruiva/src/qte-qpe-opt-src.121604/install/host/lib/libqte.so: could not read symbols: Invalid operation
    collect2: ld returned 1 exit status


    any help will be appreciated!!!!

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Help! can't configure konqueror

    Does /opt/ruiva/src/qte-qpe-opt-src.121604/install/host/lib/libqte.so exist? Is it an ordinary file? Can you read it with objdump or simmilar tool?

  3. The following user says thank you to jacek for this useful post:

    liuxianyu (16th May 2007)

  4. #3
    Join Date
    May 2007
    Posts
    3
    Thanks
    1

    Default Re: Help! can't configure konqueror

    Quote Originally Posted by jacek View Post
    Does /opt/ruiva/src/qte-qpe-opt-src.121604/install/host/lib/libqte.so exist? Is it an ordinary file? Can you read it with objdump or simmilar tool?
    thank you!
    I used 'file'command ,here it gave me:
    it is an symbolic link to libqt.so.3.0.4
    and libqt.so.3.0.4 is an ELF 32-bit LSB shared object,Intel 80386,VERSION 1(SYSV),not stripped

  5. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Help! can't configure konqueror

    Quote Originally Posted by liuxianyu View Post
    libqt.so.3.0.4 is an ELF 32-bit LSB shared object,Intel 80386,VERSION 1(SYSV),not stripped
    It doesn't look like ARM executable.

  6. #5
    Join Date
    May 2007
    Posts
    3
    Thanks
    1

    Default Re: Help! can't configure konqueror

    Quote Originally Posted by jacek View Post
    It doesn't look like ARM executable.
    should is must be ARM executable?
    By installing the qpe,i have already got the 'dist'folder which contains qpe.sh that can run on arm.the libqte.so was yielded at the same time,so i think it doesn't need to be arm executable.

    now i decide to change the versions of qt-x11 qpe and konqueror and try again.

  7. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,369
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Help! can't configure konqueror

    If you want to run an application on arm, it surely has to be for arm. "qpe.sh" is a script, not an executable.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.