Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid ELF Header on Ubuntu 11 - 64bit #2

Closed
douglasmiranda opened this issue Jun 19, 2011 · 8 comments
Closed

invalid ELF Header on Ubuntu 11 - 64bit #2

douglasmiranda opened this issue Jun 19, 2011 · 8 comments
Labels

Comments

@douglasmiranda
Copy link

I might be missing the place to talk about it, because I'm new here.

So I'm having a problem:
I'm on Ubuntu 11, 64bit, and Sublime console show this error: http://t.co/QPisskO //invalid ELF Header

Looks like it's trying to use the osx binary =/

@Kronuz
Copy link
Member

Kronuz commented Jun 19, 2011

No, the problem there is for some reason the Linux binaries aren't being loaded... and it keeps trying until all binaries fail (Mac OS X just happens to be the last try) Did you pull the latest from github? ...also verify you have Sublime Text 2 build 2068 (or at least 2066, which is the one that introduced support for Linux binaries)

Get the latest ST2 from: http://www.sublimetext.com/dev

If you still have problems, let me know :-)

Germán

On Jun 19, 2011, at 1:53 PM, douglasmirandareply@reply.github.com wrote:

I might be missing the place to talk about it, because I'm new here.

So I'm having a problem:
I'm on Ubuntu 11, 64bit, and Sublime console show this error: http://t.co/QPisskO //invalid ELF Header

Looks like it's trying to use the osx binary =/

Reply to this email directly or view it on GitHub:
Kronuz/SublimeCodeIntel#2

@douglasmiranda
Copy link
Author

I updated everything, but something still wrong.

As I said earlier, I'm on Ubuntu 11, 64bit.

Python Version: 2.7.1+ and package python-dev installed.
Sublime Text 2 - Build 2068

...and I clone the the repo SublimeCodeIntel

This time I forced the Sublime to load the "_linux_libcpp6_x86_64/_SilverCity.so" , then return this:

File "/home/douglas/.config/sublime-text-2/Packages/SublimeCodeIntel/libs/SilverCity/_SilverCity.py", line 5, in
from _linux_libcpp6_x86_64._SilverCity import *
ImportError: /home/douglas/.config/sublime-text-2/Packages/SublimeCodeIntel/libs/_linux_libcpp6_x86_64/_SilverCity.so: undefined symbol: PyExc_ValueError

@Kronuz
Copy link
Member

Kronuz commented Jun 19, 2011

Yes, that sounds exactly like the problem Jon wad getting before he upgraded his python build... (before 2066) ...it's weird, as he supposedly linked the new python build that fixed the issue. I'll ask him.

Germán

On Jun 19, 2011, at 4:37 PM, douglasmirandareply@reply.github.com wrote:

I updated everything, but something still wrong.

As I said earlier, I'm on Ubuntu 11, 64bit.

Python Version: 2.7.1+ and package python-dev installed.
Sublime Text 2 - Build 2068

...and I clone the the repo SublimeCodeIntel

This time I forced the Sublime to load the "_linux_libcpp6_x86_64/_SilverCity.so" , then return this:

File "/home/douglas/.config/sublime-text-2/Packages/SublimeCodeIntel/libs/SilverCity/_SilverCity.py", line 5, in
from _linux_libcpp6_x86_64._SilverCity import *
ImportError: /home/douglas/.config/sublime-text-2/Packages/SublimeCodeIntel/libs/_linux_libcpp6_x86_64/_SilverCity.so: undefined symbol: PyExc_ValueError

Reply to this email directly or view it on GitHub:
Kronuz/SublimeCodeIntel#2 (comment)

@douglasmiranda
Copy link
Author

Ok, thanks, anything, let me know.

Anyway, I will continue trying to figure out too :)

@Kronuz
Copy link
Member

Kronuz commented Jun 19, 2011

As it turns out, Jon forgot to add the configuration to the release build, he had it on for his debug builds only. He said he tested it now, and he'll be fixing it in the next release. Please, when it comes out, let me know how it goes for you, will you? :-)

Germán

On Jun 19, 2011, at 4:55 PM, douglasmirandareply@reply.github.com wrote:

Ok, thanks, anything, let me know.

Anyway, I will continue trying to figure out too :)

Reply to this email directly or view it on GitHub:
Kronuz/SublimeCodeIntel#2 (comment)

@douglasmiranda
Copy link
Author

Absolutely! :)

@douglasmiranda
Copy link
Author

Man, "Sublime Text 2 - Build 2069" solved the problem =D //Thanks a lot for support

@Kronuz
Copy link
Member

Kronuz commented Jun 22, 2011

Very good! we are all set now (for real)!! :D

@Kronuz Kronuz closed this as completed Jun 22, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants