Menu

#1 Error when configuring in ubuntu 9.04 server

open
kawai
None
5
2009-11-01
2009-10-10
No

Error when configuring in ubuntu 9.04 server

appending configuration tag "F77" to libtool
checking ICU is available... yes
configure: creating ./config.status
config.status: creating Makefile
sed: file ./confstatUUNpli/subs-3.sed line 3: unterminated `s' command <------* here
config.status: executing depfiles commands

Discussion

  • kawai

    kawai - 2009-11-01
    • assigned_to: nobody --> hiroaki-kawai
     
  • kawai

    kawai - 2009-11-01

    I set up Ubunto 9.04, mysql 5.1.40, ICU 4.2.1 and mysqlftppc-bigram 1.6. But I could not reproduce the problem. Please let me know the version numbers, configure options of the components that I can reproduce it.

    root@colinux:~# cat /etc/issue
    Ubuntu 9.04 \n \l

    In mysqlftppc-bigram plugin configuration:
    ----------------
    checking whether stripping libraries is possible... yes
    appending configuration tag "F77" to libtool
    checking ICU is available... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: executing depfiles commands

     
  • Anonymous

    Anonymous - 2009-12-03

    私も同様の./configureエラーが発生しました。
    エラー発生時の環境は以下の通りです。

    Ubuntu server 9.04, mysql5.1.31, ICU3.8.1, mysqlftppc-mecab1.6, libmysqlclient15-dev

    その後、sudo aptitude install libmysqlclient16-devを行うと、./configureに成功しました。
    sudo aptitude install libmysql16-devで発生したインストールと削除は以下の通りです。

    以下の新規パッケージがインストールされます:
    libmysqlclient16-dev
    以下のパッケージは『削除』されます:
    apache2-prefork-dev{a} comerr-dev{u} libaprutil1-dev{a} libdb4.6-dev{u} libexpat1-dev{u}
    libkadm55{u} libkrb5-dev{u} libldap2-dev{u} libmysqlclient15-dev{a} libpcre3-dev{u} libpcrecpp0{u}
    libpq-dev{u} libsqlite3-dev{u} libssl-dev{u}

     
  • kawai

    kawai - 2009-12-03

    # I don't know much about "Ubuntu", but;
    libmysqlclient15-dev seems to mean that you have MySQL 5.0.x series. mysqlftppc only works with MySQL 5.1.x or higher. libmysqlclient16-dev might be include MySQL 5.1.x, so do upgrade MySQL package.

    Thank you Tsunagu Honma for comment.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.