פורסם 2013 בנובמבר 1911 שנים יש לי וינדוס 8.1 הצלחתי להתקין RUBY וגם RAILS האחרונים...אבל שאני מנסה לפתוח פרוייקט זה נתקע בבנדאל ולא מצליח להתקין הכול- ואני לא מצליח להריץ את השרת ...אולי זה נובע מכך שאני לא מצליח להתקין MYSQL2 ...אני מצרף תצלום מסך של השגיאה שאני מקבל שאני מנסה להתקין MYSQL2 יש מישהו שיכול לעזור לי??? נערך 2013 בדצמבר 1511 שנים על-ידי puvsc
פורסם 2013 בנובמבר 1911 שנים אז איך אתה רוצה לפתח בRoR אם אתה אפילו לא מוכן להשקיע מאמץ בלהבין את המערכת?
פורסם 2013 בנובמבר 1911 שנים מחבר כדי שאוכל להתחיל ללמוד אני אמור שהמערכת תוכל לרוץ לי... כרגע אני לא מצליח להביא את זה לפעולה...- - - תגובה אוחדה: - - -זה לא אמור להיות קשור לזה שיש לי XAMPP מותקן , נכון?אני כיום מפתח ב PHP ורציתי להרחיב ידיעות...
פורסם 2013 בנובמבר 1911 שנים אני פשוט לא יודע מה לרשום לך... עם גישה כזאת רחוק לא תגיע אם בכלל. משהו לא עובד אז תנצל את ההזדמנות ללמוד את המערכת תוך כדי זה שאתה מתקן אותה. זאת שיטת הלימוד הכי מועילה שקיימת. אתה מתקין סביבה אז תלמד את ה dependencies שלה ואיך היא מתממשקת בכל רכיב. XAMP זה LAMP בלי L. אתה באמת חייב לעשות שיעורי בית. תנצל את הדיון הזה כדי לשפר את המצב שלך. נערך 2013 בנובמבר 1911 שנים על-ידי multicore
פורסם 2013 בנובמבר 1911 שנים מחבר לא ממש יעיל הגישה שלך- אני השקעתי שעות בחיפוש עבור הפתרון ברחבי האינטרנט - עם התקנות שוב ושוב של רוביוניסיונות חוזרים ונשנים...וראיתי שהבעיה הזו היא לא רק שלי...אז אם יש לך פיתרון --אשמח לשמוע, אבל אל תחשוב שהגעתי לפרסם דיון זה לפני שהשקעתי בחיפוש פתרון בעצמי!!!- - - תגובה אוחדה: - - - ו XAMPP זה:http://www.apachefriends.org/en/xampp.html נערך 2013 בנובמבר 1911 שנים על-ידי puvsc
פורסם 2013 בנובמבר 1911 שנים איזה גישה לא מתאימה לך?רשום לך בפלט שמידע אודות הכשלון של התהליך נרשם לקובץ לוג ואתה מפחד לקרוא מה רשום בקובץ? אז איך אתה רוצה להתגבר על הבעיה, אם אתה אפילו לא מוכן לאבחן אותה בצורה רציונלית?
פורסם 2013 בנובמבר 1911 שנים מחבר וזה רק הלוג משורות 1306 עד 1355:-תראה אם אתה מבין מזה משהו...:"x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -I/usr/local/include -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -L/usr/local/ -L/usr/local//mysql -L. -lx64-msvcrt-ruby200 -lmysqlclient -lshell32 -lws2_32 -limagehlp -lshlwapi "conftest.c: In function 't':conftest.c:8:57: error: 'mysql_query' undeclared (first use in this function)conftest.c:8:57: note: each undeclared identifier is reported only once for each function it appears inconftest.c:8:32: warning: variable 'p' set but not used [-Wunused-but-set-variable]checked program was:/* begin */ 1: #include "ruby.h" 2: 3: #include <winsock2.h> 4: #include <windows.h> 5: 6: /*top*/ 7: extern int t(void); 8: int t(void) { void ((*volatile p)()); p = (void ((*)()))mysql_query; return 0; } 9: int main(int argc, char **argv)10: {11: if (argc > 1000000) {12: printf("%p", &t);13: }14: 15: return 0;16: }/* end */"x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -I/usr/local/include -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -L/usr/local/ -L/usr/local//mysql -L. -lx64-msvcrt-ruby200 -lmysqlclient -lshell32 -lws2_32 -limagehlp -lshlwapi "conftest.c: In function 't':conftest.c:8:1: warning: implicit declaration of function 'mysql_query' [-Wimplicit-function-declaration]c:/devkit/mingw/bin/../lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lmysqlclientcollect2.exe: error: ld returned 1 exit statuschecked program was:/* begin */ 1: #include "ruby.h" 2: 3: #include <winsock2.h> 4: #include <windows.h> 5: 6: /*top*/ 7: extern int t(void); 8: int t(void) { mysql_query(); return 0; } 9: int main(int argc, char **argv)10: {11: if (argc > 1000000) {12: printf("%p", &t);13: }14: 15: return 0;16: }/* end */- - - תגובה אוחדה: - - -ויש לי MYAQL מהבנדל של XAMPP נערך 2013 בנובמבר 1911 שנים על-ידי puvsc
פורסם 2013 בנובמבר 1911 שנים אני לא מבין ב-RoR אבל נראה שחסרה לך הספרייה הזאת:bin/ld.exe: cannot find -lmysqlclient
פורסם 2013 בנובמבר 2011 שנים מחבר אוקיי... ברובי אתה מתקין ספריות דרך שורות קוד... הבעיה שאני משום מה לא מצליח להתקין את החבילה...
פורסם 2013 בנובמבר 2011 שנים מחבר אני מצרף לוג יותר קטן- שנרשם לי על הנייד ולא על הנייח - אבל זה אותה שגיאה ותהליך...have_func: checking for rb_thread_blocking_region()... -------------------- yes"x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -L. -lx64-msvcrt-ruby200 -lshell32 -lws2_32 -limagehlp -lshlwapi "checked program was:/* begin */1: #include "ruby.h"2: 3: #include <winsock2.h>4: #include <windows.h>5: int main(int argc, char **argv)6: {7: return 0;8: }/* end */"x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -L. -lx64-msvcrt-ruby200 -lshell32 -lws2_32 -limagehlp -lshlwapi "conftest.c: In function 't':conftest.c:8:1: warning: 'rb_thread_blocking_region' is deprecated (declared at C:/Ruby200-x64/include/ruby-2.0.0/ruby/intern.h:839) [-Wdeprecated-declarations]conftest.c:8:32: warning: variable 'p' set but not used [-Wunused-but-set-variable]checked program was:/* begin */ 1: #include "ruby.h" 2: 3: #include <winsock2.h> 4: #include <windows.h> 5: 6: /*top*/ 7: extern int t(void); 8: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_thread_blocking_region; return 0; } 9: int main(int argc, char **argv)10: {11: if (argc > 1000000) {12: printf("%p", &t);13: }14: 15: return 0;16: }/* end */--------------------have_func: checking for rb_wait_for_single_fd()... -------------------- yes"x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -L. -lx64-msvcrt-ruby200 -lshell32 -lws2_32 -limagehlp -lshlwapi "conftest.c: In function 't':conftest.c:8:57: error: 'rb_wait_for_single_fd' undeclared (first use in this function)conftest.c:8:57: note: each undeclared identifier is reported only once for each function it appears inconftest.c:8:32: warning: variable 'p' set but not used [-Wunused-but-set-variable]checked program was:/* begin */ 1: #include "ruby.h" 2: 3: #include <winsock2.h> 4: #include <windows.h> 5: 6: /*top*/ 7: extern int t(void); 8: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_wait_for_single_fd; return 0; } 9: int main(int argc, char **argv)10: {11: if (argc > 1000000) {12: printf("%p", &t);13: }14: 15: return 0;16: }/* end */"x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -L. -lx64-msvcrt-ruby200 -lshell32 -lws2_32 -limagehlp -lshlwapi "conftest.c: In function 't':conftest.c:8:1: warning: implicit declaration of function 'rb_wait_for_single_fd' [-Wimplicit-function-declaration]checked program was:/* begin */ 1: #include "ruby.h" 2: 3: #include <winsock2.h> 4: #include <windows.h> 5: 6: /*top*/ 7: extern int t(void); 8: int t(void) { rb_wait_for_single_fd(); return 0; } 9: int main(int argc, char **argv)10: {11: if (argc > 1000000) {12: printf("%p", &t);13: }14: 15: return 0;16: }/* end */--------------------have_library: checking for main() in -llibmysql... -------------------- no"x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -L. -lx64-msvcrt-ruby200 -llibmysql -lshell32 -lws2_32 -limagehlp -lshlwapi "conftest.c: In function 't':conftest.c:8:57: error: 'main' undeclared (first use in this function)conftest.c:8:57: note: each undeclared identifier is reported only once for each function it appears inconftest.c:8:32: warning: variable 'p' set but not used [-Wunused-but-set-variable]checked program was:/* begin */ 1: #include "ruby.h" 2: 3: #include <winsock2.h> 4: #include <windows.h> 5: 6: /*top*/ 7: extern int t(void); 8: int t(void) { void ((*volatile p)()); p = (void ((*)()))main; return 0; } 9: int main(int argc, char **argv)10: {11: if (argc > 1000000) {12: printf("%p", &t);13: }14: 15: return 0;16: }/* end */"x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -L. -lx64-msvcrt-ruby200 -llibmysql -lshell32 -lws2_32 -limagehlp -lshlwapi "conftest.c: In function 't':conftest.c:8:1: warning: implicit declaration of function 'main' [-Wimplicit-function-declaration]c:/devkit/mingw/bin/../lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -llibmysqlcollect2.exe: error: ld returned 1 exit statuschecked program was:/* begin */ 1: #include "ruby.h" 2: 3: #include <winsock2.h> 4: #include <windows.h> 5: 6: /*top*/ 7: extern int t(void); 8: int t(void) { main(); return 0; } 9: int main(int argc, char **argv)10: {11: if (argc > 1000000) {12: printf("%p", &t);13: }14: 15: return 0;16: }/* end */--------------------
ארכיון
דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.