«libxml2» 태그된 질문

11
우분투에 lxml을 설치하는 방법
Ubuntu 11에서 easy_install을 사용하여 lxml을 설치하는 데 어려움이 있습니다. 입력 $ easy_install lxml하면 다음과 같은 결과가 나타납니다. Searching for lxml Reading http://pypi.python.org/simple/lxml/ Reading http://codespeak.net/lxml Best match: lxml 2.3 Downloading http://lxml.de/files/lxml-2.3.tgz Processing lxml-2.3.tgz Running lxml-2.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-7UdQOZ/lxml-2.3/egg-dist-tmp-GacQGy Building lxml version 2.3. Building without Cython. ERROR: /bin/sh: xslt-config: not found …

30
libiconv가 없어서 Mac OS에서 Nokogiri 설치가 실패하는 이유는 무엇입니까?
Mac OS 10.9.3에 Nokogiri를 설치하려고하는데 시도한 결과에 관계없이 다음 오류 메시지와 함께 설치가 실패합니다. $ sudo gem install nokogiri -- --with-xml2-include=/usr/local/Cellar/libxml2/2.9.1/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.9.1/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.28 --with-iconv-include=/usr/local/Cellar/libiconv/1.14/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.14/lib Building native extensions with: '--with-xml2-include=/usr/local/Cellar/libxml2/2.9.1/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.9.1/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.28 --with-iconv-include=/usr/local/Cellar/libiconv/1.14/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.14/lib' This could take a while... Building nokogiri using packaged libraries. ERROR: Error installing nokogiri: ERROR: Failed …

30
OSX 10.9 Maverick에 Nokogiri를 설치하는 데 오류가 있습니까?
OSX (Lion)를 Mavericks로 업그레이드했는데 프로젝트에 Nokogiri를 설치할 수 없습니다. 이미 XCode 5.0.1, 명령 줄 도구 (사용 xcode-select --install)를 설치하고 Homebrew에서 libxml2를 이미 설치했는데 여전히 문제가 있습니다. 오류는 다음과 같습니다. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /Users/ericcamalionte/.rvm/rubies/ruby-1.9.2-p320/bin/ruby extconf.rb checking for libxml/parser.h... *** extconf.rb failed *** Could not create Makefile …


16
Mac 사용자 및 경고 : Nokogiri는 LibXML 버전 2.7.8에 대해 빌드되었지만 2.7.3을 동적으로로드했습니다.
나는 온갖 종류의 조사를했고 여러 가지를 시도했습니다. 이 질문에 여러 번 답변을 받았지만 제안 된 솔루션 중 어느 것도 저에게 효과적이지 않습니다. Lion으로 업그레이드 한 후 Ruby에서 세그멘테이션 오류가 발생합니다. 노코 기리라고 꽤 확신합니다. 그래서 Homebrew를 통해 libxml2를 설치했습니다. 나는 달렸다 brew link libxml2. 그런 다음 해당 버전의 라이브러리를 사용하여 …
82 ruby  macos  nokogiri  libxml2 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.