求助,装新浪网盘出错。新手不会编译,不知道怎么找到正确的oauth,求大神指教 !

编译打包和其他
回复
头像
jinhongchao@gmail.com
帖子: 286
注册时间: 2008-06-24 21:00

求助,装新浪网盘出错。新手不会编译,不知道怎么找到正确的oauth,求大神指教 !

#1

帖子 jinhongchao@gmail.com » 2013-05-19 12:17

jin@jin-E-4620:/usr/local/src/FUFS-master/fufs$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for FUSE... yes
checking for OAUTH... no
configure: error: Package requirements (oauth >= 0.9.5) were not met:

No package 'oauth' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables OAUTH_CFLAGS
and OAUTH_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
新手不会编译,不知道怎么找到正确的oauth,求大神指教 !
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: 求助,装新浪网盘出错。新手不会编译,不知道怎么找到正确的oauth,求大神指教 !

#2

帖子 YeLee » 2013-05-19 14:57

liboauth-dev
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
头像
jinhongchao@gmail.com
帖子: 286
注册时间: 2008-06-24 21:00

Re: 求助,装新浪网盘出错。新手不会编译,不知道怎么找到正确的oauth,求大神指教 !

#3

帖子 jinhongchao@gmail.com » 2013-05-25 23:56

jin@jin-E-4620:~/下载/FUFS-master/fufs$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for FUSE... yes
checking for OAUTH... yes
checking for JSON... no
configure: error: Package requirements (json) were not met:

No package 'json' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables JSON_CFLAGS
and JSON_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
jin@jin-E-4620:~/下载/FUFS-master/fufs$ sudo apt-get install libjson-dev
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
E: 无法定位软件包 libjson-dev
jin@jin-E-4620:~/下载/FUFS-master/fufs$ sudo apt-get install json-dev
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
E: 无法定位软件包 json-dev
jin@jin-E-4620:~/下载/FUFS-master/fufs$ sudo apt-get install json
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
E: 无法定位软件包 json
:em42 :em42
回复